Morven Cao
unread,May 13, 2021, 5:24:14 AM5/13/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Thanks Brian,
Let me try to explain.
I setup one prometheus with two Alertmanagers in my k8s cluster, one of the two Alertmanagers is in-cluster and configured by dynamic discovery,
while another Alertmanager is out of the cluster and it is statically configured via remote URL.
What I'm try to do is adding additional label, for example, cluster=<cluster-name> to alerts sent to remote Alertmanager, but I don't want to add the label
for the same alert sent to the in-cluster Alertmanager.
Is it possible?