This message was deleted.
# support
s
This message was deleted.
p
@Umang Bhalla you can use this promQL query for p75 in custom dashboard
Copy code
histogram_quantile(0.75, sum(rate(signoz_latency_bucket{service_name="workflow-service", span_kind="SPAN_KIND_SERVER"}[5m])) by (le))
a
@Umang Bhalla have you configured alerts on such metrics yet? You would have needed similar queries to set alerts on latency of applications
u
thanks for help guys
is there a way to export the span data as csv or some way to have a filter and export out the filter spans and their content in any format ? cc @Ankit Nayan @Pranay
a
@Umang Bhalla why would you want to do that?
u
@Ankit Nayan just to run over some internal script and produce automated reports and alerts for teams separately
p
I don't think there's ways to export spans data as csv currently. Just curious, what type of script and reports do you run for your teams which is based on span data?
👀 1
a
yeah..that would be interesting to understand..I saw a couple of other companies using such data for team reports.