postgres_exporter/cmd
Kevin Pullin 6354b0c7e7
Add query for 'pg_replication_slots' (#465)
The existing 'pg_stat_replication' data does not
include stats for inactive replication slots. This
commit adds a minimal amount of metrics from
'pg_replication_slots' to know if a slot is
active and its lag.

This is helpful to detect if an inactive slot
is causing the server to run out of storage due
to an inactive slot blocking WAL flushing.
2020-12-25 02:21:40 +11:00
..
postgres_exporter Add query for 'pg_replication_slots' (#465) 2020-12-25 02:21:40 +11:00