Skip to content

Commit

Permalink
follow naming patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dstathis committed Oct 23, 2024
1 parent 6c244ea commit 093b402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prometheus_alert_rules/probe_failure.rule
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- name: probe_success
- name: probes
rules:
- alert: probe_failed
- alert: ProbeFailed
expr: avg_over_time(probe_success{}[10m]) < 0.5
for: 0m
labels:
Expand Down

0 comments on commit 093b402

Please sign in to comment.