Improve ArgoCD prom rule

This commit is contained in:
2026-08-23 13:30:28 +03:00
parent 0307fca109
commit 31f3ea0376

View File

@@ -20,7 +20,7 @@ spec:
- alert: ArgoNotSynced - alert: ArgoNotSynced
annotations: annotations:
summary: Some applications in Argo are out of sync summary: Some applications in Argo are out of sync
expr: sum by (dest_namespace) (argocd_app_info{sync_status!="Synced"}) > 0 expr: sum by (dest_namespace, name) (argocd_app_info{sync_status!="Synced"}) > 0
for: 8h for: 8h
labels: labels:
severity: warning severity: warning