mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +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:
|
rules:
|
||||||
|
|
||||||
- alert: GrafanaAlloyServiceDown
|
- 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
|
for: 0m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue