Hello, the linked alert condition never triggers a violation, not even with signal loss enabled:
https://onenr.io/0M8jql2J0Rl
It’s a simple SELECT count(*) FROM CustomEvent WHERE field = 'some-string'
.
I’ve tried different aggregation windows, evaluation offsets, etc, however it still never triggers.
Any idea what I might be doing wrong?
Also, docs are a bit unclear on how signal loss and gap filling work together - if I define a gap-filling value, does that mean that “signal loss” will never trigger?
Thanks!