cloudoperators / greenhouse-extensions

Extensions for Greenhouse, the cloud operations platform
Apache License 2.0
2 stars 3 forks source link

[kube-monitoring] Enable Prometheus self monitoring #504

Closed richardtief closed 1 week ago

richardtief commented 1 week ago

Context

We have disabled all default Prometheus community alerting rules to use our own custom Kubernetes alerting rules. This also results in Prometheus and Prometheus Operator self-monitoring being disabled as well. We need to re-enable them to continue to be notified when issues occur. In doing so, we need to make sure that we add the same or different routing labels to these alerts.

Tasks