From 67cf6892a4e9b60a5f5a0cfa183775b2ef52fdce Mon Sep 17 00:00:00 2001 From: samber Date: Tue, 20 May 2025 06:21:45 +0000 Subject: [PATCH] Publish --- dist/rules/grafana-alloy/embedded-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rules/grafana-alloy/embedded-exporter.yml b/dist/rules/grafana-alloy/embedded-exporter.yml index b2c37b5..d86c8a4 100644 --- a/dist/rules/grafana-alloy/embedded-exporter.yml +++ b/dist/rules/grafana-alloy/embedded-exporter.yml @@ -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