From 1cbbd3b8fd85c799b9b67d37f010246725aafea1 Mon Sep 17 00:00:00 2001 From: jaqxues <32979131+jaqxues@users.noreply.github.com> Date: Mon, 19 May 2025 11:03:15 +0200 Subject: [PATCH] Alloy: Fix incorrect alert --- 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 d86c8a4..b2c37b5 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) 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