First of all, thanks for putting this project out there! This saved me a huge amount of work, not having to roll this myself. :)
We're making use of the alertmanager's "grouping rules" to avoid duplicate alerts. For instance, we have two Prometheus servers in a HA setup. And alertmanager knows not to send two alerts when both of the Prometheus servers are firing the same alert.
I notice that irrespective of the grouping rules, this app will fire the same alert multiple times instead of grouping them into the same parent alert.
Not sure if this is something that should be solved with a custom template or a code change, but just thought I'd ask if you ran into this. Thanks!
First of all, thanks for putting this project out there! This saved me a huge amount of work, not having to roll this myself. :)
We're making use of the alertmanager's "grouping rules" to avoid duplicate alerts. For instance, we have two Prometheus servers in a HA setup. And alertmanager knows not to send two alerts when both of the Prometheus servers are firing the same alert.
I notice that irrespective of the grouping rules, this app will fire the same alert multiple times instead of grouping them into the same parent alert.
Not sure if this is something that should be solved with a custom template or a code change, but just thought I'd ask if you ran into this. Thanks!