From 98d6e7db05195fcb633c6f94b58e6b3a0b1a1414 Mon Sep 17 00:00:00 2001 From: jaqxues <32979131+jaqxues@users.noreply.github.com> Date: Tue, 20 May 2025 08:21:14 +0200 Subject: [PATCH] Alloy: Fix incorrect alert (#464) --- 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