This message was deleted.
s
This message was deleted.
p
Hi @Doctor Doctor All app metrics on one page? If you have many applications that would look cluttered as of now.
We will be introducing filter widget soon which should help to have clean one page dashboard to monitor multiple applications/environments.
cc @Ankit Nayan @Pranay
d
Can't I do it manually right now?
When is this feature expected to be released?
p
you can, but it will be cluttered if you have more applications.
Rate of Requests/Operations:
Copy code
sum by(service_name) (rate(signoz_latency_count[5m]))
d
unfortunately i couldn't reach the same metric
p
@Ankit Nayan or @Srikanth Chekuri could help you better with the query.
s
Change the the desired quantile and service name in the following promql.
Copy code
histogram_quantile(x, sum(rate(signoz_latency_bucket{service_name="this-should-be-your-service-name", span_kind="SPAN_KIND_SERVER"}[2m])) by (le))