prometheus-community / postgres_exporter

A PostgreSQL metric exporter for Prometheus
Apache License 2.0
2.82k stars 743 forks source link

fixed secondary server lag bug #967

Closed ARPABoy closed 12 months ago

ARPABoy commented 12 months ago

Added a query for PostgreSQL post-version 10.0, in that way we can detect Secondary lag without having to restart the PostgreSQL service, without that fix lag was always 0 since a service restart is executed.