File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 38
38
"subdir" : " grafana-builder"
39
39
}
40
40
},
41
- "version" : " 2ed138b205717af721af57b572bc7cd63bda62fd " ,
41
+ "version" : " 17eca514f990530c411c2e9411af5213dd4bd224 " ,
42
42
"sum" : " U34Nd1ViO2LZ3D8IzygPPRfUcy6zOgCnTMVHZ+9O/QE="
43
43
},
44
44
{
48
48
"subdir" : " "
49
49
}
50
50
},
51
- "version" : " 1163ea85e45e1f7edf6d4f83758d44c6fef1f2fa " ,
52
- "sum" : " 4H2pzHd6A47rQIZcQ3B0o+nFMeNgLE9dGYJv7ZP7m2s ="
51
+ "version" : " 10bb7c344cea4c9bf5dcf3d4d562aef55b77c49c " ,
52
+ "sum" : " IuBmSSNjmazPgFW7w1BJGv4YifK9pxUIzNPJ0TCkWK8 ="
53
53
},
54
54
{
55
55
"source" : {
58
58
"subdir" : " lib/promgrafonnet"
59
59
}
60
60
},
61
- "version" : " 06d00e40b43e4e618afbebe8e453b5650c659015 " ,
61
+ "version" : " 8dc2c0d69f762d943c5bfbdcc17645e346d610ca " ,
62
62
"sum" : " zv7hXGui6BfHzE9wPatHI/AGZa4A2WKo6pq7ZdqBsps="
63
63
},
64
64
{
Original file line number Diff line number Diff line change @@ -14,13 +14,11 @@ spec:
14
14
rules :
15
15
- alert : KubePodCrashLooping
16
16
annotations :
17
- description : Pod {{ $labels.namespace }}/{{ $labels.pod }} ({{ $labels.container }}) is restarting {{ printf "%.2f" $value }} times / 10 minutes.
17
+ description : ' Pod {{ $labels.namespace }}/{{ $labels.pod }} ({{ $labels.container }}) is in waiting state (reason: "CrashLoopBackOff"). '
18
18
runbook_url : https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubepodcrashlooping
19
19
summary : Pod is crash looping.
20
20
expr : |
21
- increase(kube_pod_container_status_restarts_total{job="kube-state-metrics"}[10m]) > 0
22
- and
23
- kube_pod_container_status_waiting{job="kube-state-metrics"} == 1
21
+ max_over_time(kube_pod_container_status_waiting_reason{reason="CrashLoopBackOff", job="kube-state-metrics"}[5m]) >= 1
24
22
for : 15m
25
23
labels :
26
24
severity : warning
You can’t perform that action at this time.
0 commit comments