Hi, On 7/31/20 9:42 AM, prabin jain wrote: > how can we mail to different group of people depending on the > application for which alert has been raised
You will need some way to discern different applications, e.g. it should be a label or part of the alertname. Then, you can route based on this label. https://prometheus.io/docs/alerting/latest/configuration/#route Another approach is encoding details about the receivers directly into the alerts as described here: https://www.robustperception.io/using-labels-to-direct-email-notifications Kind regards, Christian -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/c2327b60-afb5-8ecd-10b7-272c8578ee9b%40hoffmann-christian.info.

