Skip to content

Commit

Permalink
temp test error
Browse files Browse the repository at this point in the history
  • Loading branch information
DTLP committed Oct 4, 2023
1 parent da05262 commit 5316783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cumulus/cumulus.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ groups:
rules:
- alert: CumulusPromtailNotResponding
expr: |
up{job="cumulus-promtail"} != 1
or
absent(up{job="cumulus-promtail"})
up{job="cumulus-promtail"} != 1 \
or \
absent(up{job="cumulus-promtail"})
for: 10m
labels:
team: infra
Expand Down

0 comments on commit 5316783

Please sign in to comment.