Skip to content

Commit

Permalink
fix: paddock job name for 'up' metric
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Sep 13, 2023
1 parent 6425c4e commit 1097357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/base/paddock/monitoring_alerting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ spec:
annotations:
description: "Paddock {{ $labels.namespace }}/{{ $labels.pod }} is down."
summary: website is down
expr: 'up{job="paddock-django-web"} < 1'
expr: 'up{job="paddock",endpoint="django-web"} < 1'
labels:
severity: critical

0 comments on commit 1097357

Please sign in to comment.