Skip to content

Commit

Permalink
fix: Filter kube_deployment_status_replicas_unavailable metric by val…
Browse files Browse the repository at this point in the history
…ue (#1939)
  • Loading branch information
lindnerby authored Oct 8, 2024
1 parent c772e54 commit 6c97086
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions config/grafana/watcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"text": {},
"textMode": "auto"
},
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"targets": [
{
"exemplar": true,
Expand Down Expand Up @@ -168,7 +168,7 @@
"showHeader": true,
"sortBy": []
},
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"targets": [
{
"exemplar": true,
Expand Down Expand Up @@ -246,11 +246,11 @@
"text": {},
"textMode": "auto"
},
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"targets": [
{
"exemplar": true,
"expr": "count(group by (shoot) (kube_deployment_status_replicas_unavailable{deployment=\"skr-webhook\"})) OR on() vector(0)",
"expr": "count(group by (shoot) (kube_deployment_status_replicas_unavailable{deployment=\"skr-webhook\"} == 1)) OR on() vector(0)",
"format": "heatmap",
"instant": true,
"interval": "",
Expand Down Expand Up @@ -390,7 +390,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -493,7 +493,7 @@
"showThresholdMarkers": true,
"text": {}
},
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"targets": [
{
"exemplar": true,
Expand Down Expand Up @@ -652,7 +652,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -746,7 +746,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -840,7 +840,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -934,7 +934,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1028,7 +1028,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1122,7 +1122,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.29",
"pluginVersion": "7.5.33",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1197,4 +1197,4 @@
"title": "Lifecycle Manager Watcher Components",
"uid": "O3DERxEnk",
"version": 1
}
}

0 comments on commit 6c97086

Please sign in to comment.