mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Publish
This commit is contained in:
parent
98d6e7db05
commit
67cf6892a4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ groups:
|
|||
rules:
|
||||
|
||||
- alert: GrafanaAlloyServiceDown
|
||||
expr: 'count by (instance) (alloy_build_info offset 2m) unless count by (instance) (alloy_build_info)'
|
||||
expr: 'count by (instance) (alloy_build_info) unless count by (instance) (alloy_build_info offset 2m) '
|
||||
for: 0m
|
||||
labels:
|
||||
severity: critical
|
||||
|
|
|
|||
Loading…
Reference in a new issue