I am trying to achieve sort out repeating of long-time running alerts by priority. By default policy is it repeated each 4h, which is sufficient for most alerts. Few alerts are more critical, others are with low priority (and repair takes several days)
-
What happened?
-
- long running alert is repeated by 4h
-
What expected
-
- repeat matched alert each 2h30m (or whatever else) for instances with higher priority (matched by tags)
Is there any other option to enable overriding?
apiVersion: 1
policies:
- orgId: 2
receiver: grafana-default-email
group_by:
- alertname
routes:
- receiver: Teams LKN Alerting - mould fridge
object_matchers:
- - area
- =
- MldResin
repeat_interval: 2h30m
group_wait: 30s
group_interval: 5m
repeat_interval: 4h
- self-hosted Grafana 12.2
