You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we deploy Alertmanager with 3 replica, alertmanager will deployed with alertmanager cli cluster options.
Pods are up and running.
Now I've sent alert to alertmanager to first replica pod.
Query:
Will Alert Manager of first pod will send alerts to peers. Or it will monitor and if same is received on peers to continue to send alert status to webhook.
The text was updated successfully, but these errors were encountered:
Important: Do not load balance traffic between Prometheus and its Alertmanagers, but instead point Prometheus to a list of all Alertmanagers. The Alertmanager implementation expects all alerts to be sent to all Alertmanagers to ensure high availability.
@grobinson-grafana any info on how the deduplication of the alerts is done - the cluster nodes will need to communicate some information about the consumed alerts at some point ? Also, if alert is notified to all Alert Manager nodes, does it impact the scalability in case of high number of alerts in the system.
The official docs don't have a lot of information on how it works, but this talk from Promcon 2017 is still relevant and has a lot of useful information on how it works https://youtu.be/i6Hmc0bKHAY.
Alertmanager Version: 0.27.0
Details:
Override yaml file
When we deploy Alertmanager with 3 replica, alertmanager will deployed with alertmanager cli cluster options.
Pods are up and running.
Now I've sent alert to alertmanager to first replica pod.
Query:
The text was updated successfully, but these errors were encountered: