prymitive / karma

Alert dashboard for Prometheus Alertmanager
https://demo.karma-dashboard.io/
Apache License 2.0
2.33k stars 175 forks source link

Wildcard or regex in "receivers.keep"? #6223

Open soostdijck opened 1 month ago

soostdijck commented 1 month ago

I'm using Victoria Metrics' VMAlertmanagerConfig which get merged into a giant Alertman config. I don't know what other teams are setting up for routing, but it ends up that my receiver is called something like monitoring-ops-alertmanager-config-karma

I would love to be able to regex the receiver filter to make my life easier.

      receivers:
        keep: [ .*karma ]
        strip: []

At the moment I'm seeing duplicates in the UI, or I have to keep adding receivers from various teams as needed.