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
iferr!=nil&&strings.Contains(err.Error(), "no cluster found") {
122
+
logging.Warnf("No cluster found with ID '%s'. Escalating and exiting.", clusterID)
123
+
returnpdClient.EscalateIncidentWithNote("CAD was unable to find the incident cluster in OCM. An alert for a non-existing cluster is unexpected. Please investigate manually.")
ifinvestigationErr!=nil&&strings.Contains(investigationErr.Error(), "no cluster found") {
145
-
logging.Warnf("No cluster found with ID '%s'. Escalating and exiting.", clusterID)
146
-
returnpdClient.EscalateIncidentWithNote("CAD was unable to find the incident cluster in OCM. An alert for a non-existing cluster is unexpected. Please investigate manually.")
0 commit comments