Skip to content

Latest commit

 

History

History
138 lines (83 loc) · 5.61 KB

File metadata and controls

138 lines (83 loc) · 5.61 KB

Version 0.10.0 / 2020-02-23

full changelog

  • Add metrics from pg_stat_user_indexes (#88)
  • Replace Replace go-kit/kit with go-kit/log (#94)
  • Support postgresql 12/13 (#85)

Version 0.9.0 / 2021-04-13

full changelog

  • Add disk usage metrics(#83)
  • Remove vendor depedencies (#75)

Version 0.8.0 / 2020-02-27

full changelog

  • Add stat_activity_oldest_backend_xmin (#38)
  • Bump github.com/prometheus/client_golang from 1.3.0 to 1.4.1 (#40)
  • Bump github.com/go-kit/kit from 0.9.0 to 0.10.0 (#42)

Version 0.7.0 / 2020-01-16

full changelog

  • Amend oldest query active and oldest snapshot (#32)

Version 0.6.0 / 2020-01-13

full changelog

  • Add multi-db support (#31)
  • Update go-kit (#29)
  • go mod (#28)

Version 0.5.0 / 2020-01-06

full changelog

  • Add vacuum metrics (#27)

Version 0.4.0 / 2019-05-19

full changelog

  • Add additional info metrics (#26)

Version 0.3.0 / 2019-05-12

full changelog

  • Change connection model (#24)
  • Add version support (#25)

Version 0.2.5 / 2019-03-07

full changelog

  • Mutex to avoid issues with concurrent scrapes (#23)

Version 0.2.4 / 2018-09-20

full changelog

  • Ignore vacuums in snapshot metric (#22)

Version 0.2.3 / 2018-08-29

full changelog

  • Amend replication metric (#21)

Version 0.2.2 / 2018-08-27

full changelog

  • Improve replication metrics (#20)
  • Use go-kit/log (#19)
  • Add support cascade replication (#18)

Version 0.2.1 / 2018-06-12

full changelog

  • Don't exit during startup if database is unavailable (#16)

Version 0.2.0 / 2018-06-11

full changelog

  • Add collector stat_archiver (#15)
  • Add collector stat_bgwriter (#14)
  • Use package pgx directly (#13)
  • Add collector stat_replication (#12)
  • Add metrics oldest query and oldest snapshot (#10)

Version 0.1.4 / 2018-03-20

full changelog

  • Improve postgres_stat_activity_oldest_xact_timestamp (#9)

Version 0.1.3 / 2018-03-01

full changelog

  • Metrics about the oldest transaction and backend (#8)
  • Added postgres_in_recovery metric (#7)
  • Replaced lib/pq with jackc/pgx (#6)
  • Expose locks from pg_locks (#5)

Version 0.1.2 / 2018-01-18

full changelog

  • Added goreleaser.yml

Version 0.1.1 / 2018-01-18

full changelog

  • Add flag for data source (#4)

Version 0.1.0 / 2018-01-18

  • Update README.md
  • Add StatActivityCollector (#1)
  • Initial version