Update rules.yml

This commit is contained in:
Samuel Berthe 2025-03-27 17:23:19 +01:00 committed by GitHub
parent 93f9daecee
commit 8b730ef059
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -747,8 +747,8 @@ groups:
for: 6h
comments: |
See https://github.com/samber/awesome-prometheus-alerts/issues/289#issuecomment-1164842737
- name: Postgresql replication lag high
description: The PostgreSQL replication lag is high (> 60s)
- name: Postgresql replication lag
description: The PostgreSQL replication lag is high (> 5s)
query: "pg_replication_lag_seconds > 5"
severity: warning
for: 30s