Fix typo in query of PG DeadLocks

This commit is contained in:
Andrey Dudin 2019-09-25 02:42:44 +03:00 committed by GitHub
parent f7f94ed81e
commit 6d9866cefb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)