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