Hi All, I am new to Signoz, i am trying to create ...
# general
n
Hi All, I am new to Signoz, i am trying to create alerts in signoz. i was able to create alerts for App latency, db calls. Can anyone help me on creating alerts for p99, p95, p50 app latency.
p
@User
a
@User below query works fine for sample app. Change
service_name
to your own and change
0.99
based on the percentile you are looking for
Copy code
histogram_quantile(0.99, sum(rate(signoz_latency_bucket{service_name="customer"}[1m])) by (le))
1
this works for version
v0.7.0
and above
n
Thank you @User i have created alert with the given query, its working i am able to get alerts.
🙌 1
🎉 2