Application Metrics powered by Spans #81239
Dhrumil-Sentry
announced in
Launch Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A few months ago we made the difficult decision to not release our generic Metrics solution which was in Beta. We understand this has been frustrating for many users, but after thorough evaluation, we determined there were strong reasons to take this step:
Our Path Forward
We’re excited to introduce Application Metrics, now available for a limited cohort of customers. It lets you easily aggregate and analyze span data without being restricted by predefined configurations or fixed parameters. Unlike traditional metrics setups, it gives you the flexibility to adjust your queries and groupings as needed.
What Use Cases Can Application Metrics Solve?
Application Metrics supports a variety of use cases, offering improved visibility into application health and making it easier to debug and troubleshoot errors and slowdowns.
How can you use Application Metrics?
Attach attributes/tags to your spans via SDKs
You can add any custom attribute to your spans via our SDKs and use these attributes for filtering and aggregation in our UX. Here’s an example from our React SDK:
Use the new Trace Explorer to query and aggregate your spans
To support flexible, real-time queries on application metrics, we’re introducing an upgraded Trace Explorer UX (Go to Explore→Traces) making it easy to:
Example: You can query the p75 and p90 of LCP for your webpages and aggregate these score by custom attribute customerType
Extrapolating for Sample rates
Since we’re aggregating spans to compute your aggregates, we will automatically extrapolate your aggregations like count, percentiles etc to account for your sampling rates. This will help us show you reasonably accurate aggregates even if you apply client side sample rates
Your feedback is appreciated
We’ve rolled this feature to a limited cohort of customers. Please reach out to [email protected] to get access
We’re actively working on this querying experience so please feel free to share any feedback
Your input will help us build a better experience, so please drop your comments and questions below. We’re excited to help you unlock the full potential of your span data with Sentry.
Beta Was this translation helpful? Give feedback.
All reactions