Skip to content

Support extended percentiles for application metrics #124344

Description

@sentry-junior

Application Metrics distribution queries currently expose only P50, P75, P90, P95, and P99 in dashboards and the query backend. This prevents dashboards from representing tail values such as P99.9 and P99.99, and editing a widget payload directly does not provide a workaround.

  • The supported aggregations are documented in Application Metrics.
  • The backend defines fixed percentile functions through P99 and does not define a custom percentile() function for Application Metrics (source).
  • max is available but is not equivalent to an extended percentile.

via Michael Chai.

--

View Junior Session [Sentry]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions