You might be missing a couple keywords: 1. In your Alertmanager configuration you need to set up opsgenie as a receiver - https://prometheus.io/docs/alerting/configuration/#receiver.
2. Then set a route to that receiver: https://prometheus.io/docs/alerting/configuration/#route, the 'match' configuration within route has a label 3. That allows you to match the* label* from an alert rule you set up inside the prometheus configuration: https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/#defining-alerting-rules On Wednesday, May 27, 2020 at 3:53:56 PM UTC-7, vikram yerneni wrote: > > Fellas, > Anyone setup Alertmanager with OpsGenie integration "by using labels > within alerts" for Opsgenie to route the alerts to different teams based on > the labels set in the alerts? > I am trying to read it on this section but I cannot find any sort of > documentation online on how to achieve this configuration. > > Any tips here fellas... > > Thanks > Vikram > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/b3c7c282-d131-40e9-aaa6-8ba631c14b88%40googlegroups.com.

