You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 likemonitoring-ops-alertmanager-config-karma
I would love to be able to regex the receiver filter to make my life easier.
At the moment I'm seeing duplicates in the UI, or I have to keep adding receivers from various teams as needed.
The text was updated successfully, but these errors were encountered: