Skip to content

for: '0s' resulting in ignored group_wait? #4286

Discussion options

You must be logged in to vote

I believe what's happening is the group_interval timer (30s) is in phase with the evaluation interval (15s). As 30s and 15s are both multiples of 15, the group_interval sometimes occurs at the exact same time as the alert is sent, causing a notification to be sent immediately. Remember that the group_interval timer is not relative to the alert, but it's a recurring timer for the alert group as a whole. In between the alert resolving and firing again, the timer is still counting down.

I wrote up a blog post that explains how these timers work if it helps Group wait, Group interval and Repeat interval explained.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@grobinson-grafana
Comment options

Answer selected by jordangarside-kiwi
@jordangarside-kiwi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants