--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/5356a62d-81e5-41e6-9aaa-43062633cb02n%40googlegroups.com.
Hi Matt
Or if I want to extent alert manager for sharing data between receivers, where should I begin with?
在2021年3月17日星期三 UTC+8 下午9:17:31<tao fu> 写道:
Hi Matt
Thank you for your reply. Yes I can have jira notify oncall on ticket, but from architecture perspective , this kind of work should belong to the centralized alert or event centor. So it's better implement in alert or event centor(Alert manager). Jira is only one Scenario.
This sounds a bit out of scope for Alertmanager. Rather than
being an "alert centre" it is really and "alert director" which
simply takes in alerts, de-duplicates/groups/inhibits and then
sends to receivers based on some filtering rules. The general
advice for more complex use cases is to use a tool designed for
such things (for example PagerDuty or OpsGenie) - commonly things
like escalations, business rules, etc.
-- Stuart Clark