Releases: rnaveiras/postgres_exporter
Releases · rnaveiras/postgres_exporter
v0.10.0
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
Version 0.9.0 / 2021-04-13
full changelog
- Add disk usage metrics(#83)
- Remove vendor depedencies (#75)
v0.8.0
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
Version 0.7.0 / 2020-01-16
full changelog
- Amend oldest query active and oldest snapshot (#32)
v0.2.5
Version 0.2.5 / 2019-03-07
full changelog
- Mutex to avoid issues with concurrent scrapes (#23)