gardener / monitoring

Components needed for Gardener monitoring
Apache License 2.0
1 stars 3 forks source link

Send shoot alerts to user configured alertmanagers #12

Closed wyb1 closed 2 years ago

wyb1 commented 3 years ago

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:

Proposal:

image

wyb1 commented 3 years ago

/area monitoring

wyb1 commented 3 years ago

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.

wyb1 commented 2 years ago

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.