mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +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
|
severity: warning
|
||||||
- name: Dead locks
|
- name: Dead locks
|
||||||
description: PostgreSQL has 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
|
severity: warning
|
||||||
- name: Slow queries
|
- name: Slow queries
|
||||||
description: PostgreSQL executes slow queries (> 1min)
|
description: PostgreSQL executes slow queries (> 1min)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue