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
Copy file name to clipboardExpand all lines: examples/prometheus-alerting-rules/alerts.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ groups:
6
6
description: kube-state-metrics is experiencing errors at an elevated rate in list operations. This is likely causing it to not be able to expose metrics about Kubernetes objects correctly or at all.
7
7
summary: kube-state-metrics is experiencing errors in list operations.
sum(rate(kube_state_metrics_list_total{job="kube-state-metrics"}[5m])) by (cluster))
12
12
> 0.01
13
13
for: 15m
14
14
labels:
@@ -18,9 +18,9 @@ groups:
18
18
description: kube-state-metrics is experiencing errors at an elevated rate in watch operations. This is likely causing it to not be able to expose metrics about Kubernetes objects correctly or at all.
19
19
summary: kube-state-metrics is experiencing errors in watch operations.
sum(rate(kube_state_metrics_watch_total{job="kube-state-metrics"}[5m])) by (cluster))
24
24
> 0.01
25
25
for: 15m
26
26
labels:
@@ -30,7 +30,7 @@ groups:
30
30
description: kube-state-metrics pods are running with different --total-shards configuration, some Kubernetes objects may be exposed multiple times or not exposed at all.
31
31
summary: kube-state-metrics sharding is misconfigured.
0 commit comments