Improve ArgoCD prom rule
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user