Robert Sliwinski
03/06/2024, 9:55 AMSrikanth Chekuri
03/07/2024, 1:41 AMSELECT
count() as value,
toStartOfInterval(timestamp, toIntervalMinute(1)) AS interval,
serviceName,
exceptionStacktrace
FROM signoz_traces.distributed_signoz_error_index_v2
WHERE exceptionType !='OSError'
AND timestamp BETWEEN {{.start_datetime}} AND {{.end_datetime}}
GROUP BY serviceName, exceptionStacktrace, interval;
exceptionStacktrace
would show up in the alert labels when alert gets triggered.