[Shipped] New Performance Regression Issues for Endpoints and Functions #61275
nanoburd
announced in
Launch Feedback
Replies: 1 comment
-
How do you turn this off or configure it? I can't see anything on it in the docs, and Settings -> -> Performance has a laundry list of things you can tune but "Endpoint Regression" is not one of them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I’m Albert, the Product Manager for Performance Monitoring and Alerting 👋 My main goal is to find strong signals in the performance data you send us so that you have clear and actionable steps to improve your application’s performance.
Today we’re launching a whole new category of Performance Issues called “Regression Issues” where we highlight large regressions in the time-series of your metrics. To differentiate this from regular “alerting”, we’re targeting two specific use cases to help jumpstart your troubleshooting with more context on where the root cause is.
What are the new Issues?
Endpoint Regression issues and Function Regression issues both represent a more proactive way to address performance problems in your application before your customers start complaining.
Endpoint Regression Issue
Sentry monitors the p95 of your top endpoints in your backend projects and creates issues for sustained regressions. This is limited to specific transaction ops. See [docs] for more info.
Issue details highlights suspect spans with a combination of frequency and duration to identify sources of the regression. Sentry also presents individual samples that represent the baseline vs regression for your inspection.
Function Regression Issue
Sentry monitors the p95 of your most common functions in your project and creates issues for sustained regressions. You must be sending profiles to see this issue type. See [docs] for more info.
Issue details highlights the transactions this function is impacting across your application. Sentry also presents individual profiles that represent the baseline vs regression for your inspection.
What’s Next
We want to hear from you!
Feel free to share your thoughts in the discussion below!
Beta Was this translation helpful? Give feedback.
All reactions