Skip to content

Releases: rnaveiras/postgres_exporter

v0.10.0

23 Feb 11:12
v0.10.0
5c4391c
Compare
Choose a tag to compare

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)

v0.9.0

13 Apr 10:13
7e3e11b
Compare
Choose a tag to compare

Version 0.9.0 / 2021-04-13

full changelog

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

v0.8.0

27 Feb 23:13
789201f
Compare
Choose a tag to compare

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)

v0.7.0

16 Jan 08:35
d37b403
Compare
Choose a tag to compare

Version 0.7.0 / 2020-01-16

full changelog

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

v0.6.0

13 Jan 09:27
b22d348
Compare
Choose a tag to compare

Version 0.6.0 / 2020-01-13

full changelog

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

v0.5.0

06 Jan 11:48
f7b4056
Compare
Choose a tag to compare

Version 0.5.0 / 2020-01-06

full changelog

  • Add vacuum metrics (#27)

v0.4.0

19 May 09:43
6c8a57d
Compare
Choose a tag to compare

Version 0.4.0 / 2019-05-19

full changelog

  • Add additional info metrics (#26)

v0.3.0

14 May 22:47
5272075
Compare
Choose a tag to compare

Version 0.3.0 / 2019-05-12

full changelog

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

v0.2.5

07 Mar 15:38
Compare
Choose a tag to compare

Version 0.2.5 / 2019-03-07

full changelog

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

v0.2.4

26 Sep 09:49
19501c2
Compare
Choose a tag to compare

Version 0.2.4 / 2018-09-20

full changelog

  • Ignore vacuums in snapshot metric (#22)