Skip to content

Commit

Permalink
expr improved (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuelodelanada authored Jan 4, 2023
1 parent c084a6e commit 73cba6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prometheus_alert_rules/reload_failure.rule
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alert: TraefikConfigReloadFailure
expr: rate(traefik_config_reloads_failure_total[3m]) > bool 0
expr: increase(traefik_config_reloads_failure_total[3m]) > 0
for: 1m
labels:
severity: critical
Expand Down

0 comments on commit 73cba6f

Please sign in to comment.