Hello
I was trying to set up an alert for my service db latency but it got no data.
here my querry
Copy code
( sum by (service_name) (rate(signoz_db_latency_sum[5m]))
/
sum by (service_name) (rate(signoz_db_latency_count[5m])) )
>
(( sum by (service_name) (rate(signoz_db_latency_sum[1h]))
/
sum by (service_name) (rate(signoz_db_latency_count[1h]))))* 1.5)
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.