You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Argo CD application {{ $labels.name }} is out of sync. Check ArgoCDSyncAlert status, this alert is designed to notify that an application managed by Argo CD is out of sync.",
598
+
"description": "Argo CD application {{ $labels.namespace }}/{{ $labels.name }} is out of sync. Check ArgoCDSyncAlert status, this alert is designed to notify that an application managed by Argo CD is out of sync.",
606
599
},
607
600
Expr: intstr.IntOrString{
608
-
Type: intstr.String,
609
-
StrVal: expr,
601
+
Type: intstr.String,
602
+
// The namespace used in the alert rule is not the namespace of the
603
+
// running application, it is the namespace that the corresponding
604
+
// ArgoCD application metadata was created in. This is needed to
605
+
// scope this alert rule to only fire for applications managed
606
+
// by the ArgoCD instance installed in this namespace.
"description": "Argo CD application {{ $labels.namespace }}/{{ $labels.name }} is not healthy. Check ArgoCDHealthAlert status, this alert is designed to notify that an application managed by Argo CD is not in a healthy, suspended, progressing or degraded state.",
619
+
},
620
+
Expr: intstr.IntOrString{
621
+
Type: intstr.String,
622
+
// General warning of not healthy, this ignores the status of Healthy and
623
+
// Suspended which are expected statuses. Degraded and Progressing are
"description": "Argo CD application {{ $labels.namespace }}/{{ $labels.name }} is degraded. Check ArgoCDDegradedAlert status, this alert is designed to notify that an application managed by Argo CD is degraded.",
"summary": "Argo CD application has been progressing for more than 10 minutes",
652
+
"description": "Argo CD application {{ $labels.namespace }}/{{ $labels.name }} has been progressing for more than 10 minutes. Check ArgoCDProgressingAlert status, this alert is designed to notify when an application is taking a long time to exit the Progressing state.",
653
+
},
654
+
Expr: intstr.IntOrString{
655
+
Type: intstr.String,
656
+
// This rule is used to notify when an application is stuck in the progressing
0 commit comments