Skip to content

Commit 98d6e7d

Browse files
authored
Alloy: Fix incorrect alert (#464)
1 parent becbe1b commit 98d6e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/rules/grafana-alloy/embedded-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ groups:
55
rules:
66

77
- alert: GrafanaAlloyServiceDown
8-
expr: 'count by (instance) (alloy_build_info) unless count by (instance) (alloy_build_info offset 2m) '
8+
expr: 'count by (instance) (alloy_build_info offset 2m) unless count by (instance) (alloy_build_info)'
99
for: 0m
1010
labels:
1111
severity: critical

0 commit comments

Comments
 (0)