diff --git a/production/grafana-agent-mixin/alerts.libsonnet b/production/grafana-agent-mixin/alerts.libsonnet index 620539ab1782..5c1ceb00e17c 100644 --- a/production/grafana-agent-mixin/alerts.libsonnet +++ b/production/grafana-agent-mixin/alerts.libsonnet @@ -85,7 +85,7 @@ local _config = config._config; alert: 'GrafanaAgentFlapping', expr: ||| avg_over_time(up{ - namespace="agent-smoke-test" + namespace="agent-smoke-test", pod=~"grafana-agent-smoke-test-(0|cluster-0|cluster-1|cluster-2)", }[5m]) < 1 |||,