1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-04-19 23:22:18 +03:00

4 Commits

Author SHA1 Message Date
Ben Kochie
bad8b233d8 Cleanup collectors (#826)
Fix up `replication` and `process_idle` Update input params to match
the rest of the collectors.

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-21 14:18:57 -04:00
Tom Hughes
0850b195a0 Fix replication collector
Signed-off-by: Tom Hughes <tom@compton.nu>
2023-07-21 14:08:26 -04:00
Ben Kochie
99828de70a
Fix up collector registration (#812)
Use const definitions to make collector registration consistent.
* Use collector subsystem name consistently.
* Fix up replication metric name unit.

Signed-off-by: SuperQ <superq@gmail.com>
2023-06-13 17:28:11 +02:00
Felix Yuan
fe960c6b54
Move queries from queries.yaml to collectors (#801)
Signed-off-by: Ben Kochie <superq@gmail.com>
2023-06-08 23:28:04 +02:00