Skip to content

Commit

Permalink
Update helm/prometheus-rules/templates/kaas/turtles/alerting-rules/ku…
Browse files Browse the repository at this point in the history
…belet.rules.yml
  • Loading branch information
QuentinBisson authored Jun 10, 2024
1 parent 16c6923 commit 65f3da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
annotations:
description: '{{`Cadvisor ({{ $labels.instance }}) is down.`}}'
opsrecipe: kubelet-is-down/
expr: label_replace(up{app="cadvisor"}, "ip", "$1", "instance", "(.+):\\d+") == 0
expr: label_replace(up{job="kubelet", metrics_path="/metrics/cadvisor"}, "ip", "$1", "instance", "(.+):\\d+") == 0
for: 1h
labels:
area: kaas
Expand Down

0 comments on commit 65f3da9

Please sign in to comment.