Shane Snediker
11/18/2022, 9:46 PMPranay
Shane Snediker
11/19/2022, 2:50 PMPranay
Shane Snediker
11/21/2022, 4:09 PMPranay
Shane Snediker
11/21/2022, 4:11 PMPranay
Shane Snediker
11/21/2022, 4:14 PMPranay
Ankit Nayan
RESOLVED
alerts are thrown when the alert condition goes lower than the set threshold. @Amol Umbark can add moreAmol Umbark
11/30/2022, 7:58 AMShane Snediker
11/30/2022, 6:47 PMAnkit Nayan
SELECT toFloat64(count()) as value, toStartOfInterval(timestamp, INTERVAL 5 MINUTE) AS interval
FROM signoz_traces.signoz_error_index_v2
WHERE (serviceName='emailer')
AND (exceptionType = 'Exception')
GROUP BY interval ORDER BY interval ASC;
Shane Snediker
12/01/2022, 4:12 AMPranay
Ankit Nayan
Shane Snediker
12/01/2022, 4:19 AMAnkit Nayan
anytime
during the last 5 mins? Otherwise the value has to be exactly equal to 1
for all the time in last 5 mins for the above alert to work.Amol Umbark
12/01/2022, 6:02 AMabove
instead of 'equal to' and at least once
instead of 'all the times'.
btw, If the exception continue to happen beyond 5 minutes you will keep receiving the alert. Is that a problem? are you looking to be notified only the first time when this condition happens?Shane Snediker
12/01/2022, 4:30 PMAmol Umbark
12/02/2022, 4:31 AMShane Snediker
12/02/2022, 3:10 PM