We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becbe1b commit 98d6e7dCopy full SHA for 98d6e7d
dist/rules/grafana-alloy/embedded-exporter.yml
@@ -5,7 +5,7 @@ groups:
5
rules:
6
7
- alert: GrafanaAlloyServiceDown
8
- 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)'
9
for: 0m
10
labels:
11
severity: critical
0 commit comments