Skip to content

Commit

Permalink
update for clause in agent version alert (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohamdg081992 authored Nov 10, 2023
1 parent c1c9c57 commit 66ee77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/alerts/example-alert-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@
{
"alert": "New agent version found for prometheus collector",
"expression": "count(count (kube_pod_container_info{image=~\"mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector.*\"}) by (image)) > 2",
"for": "PT30M",
"for": "PT60S",
"annotations": {
"description": "New agent version found for prometheus collector. This alert is only used in near ring regions for prod monitoring clusters"
},
"severity": 4,
"resolveConfiguration": {
"autoResolved": true,
"autoResolved": false,
"timeToResolve": "PT10M"
},
"actions": [
Expand Down

0 comments on commit 66ee77e

Please sign in to comment.