Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sentry: Reduce trace sample rate for download endpoint #5423

Merged
merged 2 commits into from Nov 17, 2022

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Nov 5, 2022

We have a lot more traffic on the download endpoint than on all other endpoints combined, so this PR adjusts the trace sample rate for this specific endpoint.

Note that this PR currently does not work because we can't actually access any of the fields on the TransactionContext yet (see getsentry/sentry-rust#510 (comment)).

@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Nov 5, 2022
@Turbo87 Turbo87 marked this pull request as ready for review November 17, 2022 21:12
@Turbo87 Turbo87 merged commit 9a84ab8 into rust-lang:master Nov 17, 2022
@Turbo87 Turbo87 deleted the traces-sampler branch November 17, 2022 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant