add namespace to alerts

This commit is contained in:
2025-12-26 21:53:50 -06:00
parent 687a006a4e
commit d6b0ef6522
6 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ annotations:
Replica {{`{{`}} $labels.pod {{`}}`}}
is failing to replicate
expr: |
cnpg_pg_replication_in_recovery > cnpg_pg_replication_is_wal_receiver_up
cnpg_pg_replication_in_recovery{namespace="{{ .namespace }}"} > cnpg_pg_replication_is_wal_receiver_up{namespace="{{ .namespace }}"}
for: 1m
labels:
severity: warning