getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
37.49k stars 4.03k forks source link

More aggregate types #71282

Open gggritso opened 1 month ago

gggritso commented 1 month ago

Problem Statement

Right now, the modules usually show and sort by avg(span.duration). This is fine, but for a lot of use-causes, it'd be great to have other aggregates aside from average.

e.g., for Queries, I'd love to see p99 of query duration, or even the max or min. Percentiles are tough for us, but max and min should be cheap.

Solution Brainstorm

Add an aggregate selector? Maybe to the charts, or maybe charts and tables, or maybe as an org-wide setting. If we can support percentiles, amazing. If not, max and min would be a good start.

Product Area

Insights

getsantry[bot] commented 1 month ago

Routing to @getsentry/product-owners-insights for triage ⏲️