Hi,
We have the following metrics in our Prometheus instances. There are three instances of Prometheus and similar number of Alertmanager instances. AM instances form a mesh. Each Prometheus instance sends an alert to all the AM instances. The metrics that we have in Prometheus are as follows:
metric_name{label1=a, label2=b}
metric_name{label1=b, label2=a}
Is it possible to de-dup two alarms based on the above (label, value) combinations ? The metric name is same and we want to create one JIRA ticket where label1 and label2 have values which are related.
label1 could be "from" and label2 could be "to".
If it is possible to do it in Alertmanager without having to generate a combined label in Prometheus, can someone show an example configuration ?
Thanks,
Dhiman