Hello I was trying to set up an alert for my serv...
# signoz-cloud
d
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)
s
Continuing the discussion on chat.