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
Hi @stehessel sorry about delay in replying and thanks for raising issue. This does seem like a worthy change for the Operator. However I'm not sure we have scope to include this feature at the moment. I can create a task and see if we can work on this in future sprint
Status Quo
The routing of alerts to different receivers is based on hard-coded severity rules. For example, strictly
critical
alerts are routed to PagerDuty (see https://github.com/redhat-developer/observability-operator/blob/main/controllers/reconcilers/configuration/alertmanager.go#L190). Customized routing rules based on other labels or label values are not supported.Proposal
Receivers are freely configurable by their Alertmanager route CR. In particular, the receiver matching supports configurable labels and label values.
The text was updated successfully, but these errors were encountered: