Skip to content

Commit

Permalink
feat(stats-detectors): List transaction ops for endpoint regression (#…
Browse files Browse the repository at this point in the history
…8598)

* feat(stats-detectors): List transaction ops for endpoint regression

Since not all transactions qualify for the endpoint regression feature,
explicitly list all the transaction ops that qualify.

* Update src/docs/product/issues/issue-details/performance-issues/endpoint-regressions/index.mdx

Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>

---------

Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
  • Loading branch information
Zylphrex and vivianyentran authored Nov 28, 2023
1 parent 93dce4b commit ce0d5d8
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Endpoint Regression issues are a generic class of problems where the duration of

The detector for performance issues periodically checks the 95th percentile transaction duration of the most common endpoints in your project. When a significant increase in the p95 value is detected and has been sustained for some time, a regression issue is created.

To be categorized as an endpoint, the transaction operation must be one of the following:

- `function.aws`
- `function.aws.lambda`
- `http.server`
- `serverless.function`
- `asgi.server`
- `rails.request`

## Regression Evidence

To find additional info, go to the Issues page and click on the Endpoint Regression issue you're interested in. In the top section of the "Details" tab, you'll find the following:
Expand Down

1 comment on commit ce0d5d8

@vercel
Copy link

@vercel vercel bot commented on ce0d5d8 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.