grafana / mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
https://grafana.com/oss/mimir/
GNU Affero General Public License v3.0
4.15k stars 534 forks source link

Jira config support from prometheus alertmanager #9766

Open alex-m-humai opened 2 weeks ago

alex-m-humai commented 2 weeks ago

The prometheus alertmanager does support jira_config section to use new Jira connectivity to push out alerts to JIRA API.

The docs are at: https://github.com/prometheus/alertmanager/blob/main/docs/configuration.md#jira_config

The Mimir-alertmanager does not yet support this. The problem is that opsgenie, which was the old way of doing this is now deprectated and Atlassian is pushing everybody to use the new JIRA Service management API. In which way are alertmanager from mimir and prometheus connected? could you pull this feature from the other alertmanager? Thank you for a great service

sebestyenm-partium commented 2 weeks ago

+1 on this request. With Opsgenie now deprecated, it would be extremely useful to have this alternative in place.

Thanks for considering this improvement!