Postgresql commit rate low critical
Postgresql seems to be processing very few transactions
>>>
increase
(
{datname!~"template.*|postgres",datid!="0"}[5m]) < 5
The rule measures the number of committed transactions (pg_stat_database_xact_commit) that occurred in the past 5 minutes for all regular databases (excluding template*, postgres and the internal datid=0). If fewer than 5 commits are observed in that window, the alert fires, indicating a very low commit rate.
Get Alert✕
Download
Copy to Clipboard