Not wanting to state the obvious, but have you tried group_interval: 1h repeat_interval: 3h ?
On Tuesday 30 January 2024 at 18:35:46 UTC Puneet Singh wrote: > Hi All, > I am facing an issue with the latest version of Alert manager. > I have a group_interval which is a perfect divisor of repeat_interval > > *group_interval: 1hrepeat_interval: 4h* > > in the aforementioned setting , i get repeated alerts after 5 hours ( if > no new alerts are added) which is contrary to what i expected. > [image: almgr.png] > > After countless keystrokes in google search bar, i came across an issue > which mirrors what i am experiencing with Alert manager. - > https://github.com/prometheus/alertmanager/issues/2320 > [image: issue.png] > There is no response from the developers on this post. > > > Seems i need to try > > *group_interval: 1mrepeat_interval: 4h* > to get as close as possible (4 hour 1 minute) > but with this setting i may end up spamming alert receivers - with > updates every 1 minutes in worst case scenario. > > Is there a way out ? Please advice. > > Thanks , > Puneet > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/c8d67736-8eb8-4578-8c9c-8f5005038f24n%40googlegroups.com.

