Prometheus Alert for Multiple Deployments Prometheus Alert for Multiple Deployments kubernetes kubernetes

Prometheus Alert for Multiple Deployments


Turns out, if you want create the alert with a generic "all-fetching" expression like

metricName{app=~"common-part-of-deployments-name-.*"}"

The alert will be triggered for each deployment that the regex matches. So all you need is an alert with a generic expression.