Closed wyb1 closed 2 years ago
/area monitoring
We can also consider providing slack support if the users add their Slack API url to the shoot spec under .spec.monitoring.slack
. Risk could be negligible if the API URL can only post to a single channel.
This is difficult to solve if operators and users have a different set of alerts. For now I will close this until something like #3 is implemented and the alerts are unified.
What would you like to be added:
End users of gardener should be able to configure their shoot to receive alert notifications on a custom endpoint. Once the notification is at the custom endpoint the user can send the notification to whichever channel they want (Slack, email, etc.).
Why is this needed:
This is needed so that users can receive alerts for their shoot on whatever their preferred channel is.
Proposals that won't work:
operator
&user
alerts. Users should not getoperator
alerts and vice versa. To solve this. Prometheus must be able to send a subset of alerts to one alertmanager and another subset to the other. This is not supported in Prometheus.Proposal: