- Add metrics from pg_stat_user_indexes (#88)
- Replace Replace go-kit/kit with go-kit/log (#94)
- Support postgresql 12/13 (#85)
- 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)
- Amend oldest query active and oldest snapshot (#32)
- Add vacuum metrics (#27)
- Add additional info metrics (#26)
- Mutex to avoid issues with concurrent scrapes (#23)
- Ignore vacuums in snapshot metric (#22)
- Amend replication metric (#21)
- Don't exit during startup if database is unavailable (#16)
- Add collector
stat_archiver(#15) - Add collector
stat_bgwriter(#14) - Use package
pgxdirectly (#13) - Add collector
stat_replication(#12) - Add metrics oldest query and oldest snapshot (#10)
- Improve
postgres_stat_activity_oldest_xact_timestamp(#9)
- Metrics about the oldest transaction and backend (#8)
- Added
postgres_in_recoverymetric (#7) - Replaced lib/pq with jackc/pgx (#6)
- Expose locks from
pg_locks(#5)
- Added goreleaser.yml
- Add flag for data source (#4)
- Update README.md
- Add StatActivityCollector (#1)
- Initial version