Alertmanager sending duplicate notifications after a 'resolved' event when running with multiple replicas. #12068
Unanswered
pilgaonkarpranav
asked this question in
Help and support
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're encountering an issue with Alertmanager sending duplicate notifications after a 'resolved' event when running with multiple replicas. Currently, we have 3 replicas running with zone-aware replication enabled.
Here's the observed sequence of events:
Trigger (initial trigger timestamp)
Resolve (initial resolve timestamp)
Trigger (received ~<10s after resolve timestamp)
Trigger (received ~<10s after resolve timestamp)
Resolve (received ~<10s after resolve timestamp)
This sequence is resulting in duplicate notifications.
Please find our Alertmanager configuration below for reference:
Expression:
AM Config:
When we changed group_interval to 1m additional notifications are not triggered after resolved notifications. What are the implications of changing group_interval to 1m?
analysis.pdf
mimir-alertmanager-zone_alertmanager_txt.txt
Beta Was this translation helpful? Give feedback.
All reactions