Skip to content

Commit

Permalink
Change alert rule to be for 5 minutes (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstathis authored Nov 7, 2024
1 parent 46328af commit b15bc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prometheus_alert_rules/unit_unavailable.rule
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alert: TraefikIngressUnitIsUnavailable
expr: up < 1
for: 0m
for: 5m
labels:
severity: critical
annotations:
Expand Down

0 comments on commit b15bc8e

Please sign in to comment.