mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
Fix typo in query of PG DeadLocks
This commit is contained in:
parent
f7f94ed81e
commit
6d9866cefb
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ services:
|
|||
severity: warning
|
||||
- name: Dead locks
|
||||
description: PostgreSQL has dead-locks
|
||||
query: 'rate(pg_stat_database_deadlocks{pg_stat_database_de}[1m]) > 0'
|
||||
query: 'rate(pg_stat_database_deadlocks{datname!~"template.*|postgres"}[1m]) > 0'
|
||||
severity: warning
|
||||
- name: Slow queries
|
||||
description: PostgreSQL executes slow queries (> 1min)
|
||||
|
|
|
|||
Loading…
Reference in a new issue