Alloy: Fix incorrect alert (#464)

This commit is contained in:
jaqxues 2025-05-20 08:21:14 +02:00 committed by GitHub
parent becbe1be3b
commit 98d6e7db05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ groups:
rules:
- alert: GrafanaAlloyServiceDown
expr: 'count by (instance) (alloy_build_info) unless count by (instance) (alloy_build_info offset 2m) '
expr: 'count by (instance) (alloy_build_info offset 2m) unless count by (instance) (alloy_build_info)'
for: 0m
labels:
severity: critical