You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
* Reseting gauge metrics
After some value is setted to metricss `postgresql_backends_by_wait_event_type_total`, `postgresql_backends_by_state_total` and `postgresql_locks_total `, the value is not updated if the query returns no rows.
To fix that, the gauge is reseted every time when the query is executed, thus grants that the old value was cleared.
0 commit comments