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

feat(metrics): Store sample rates instead of extrapolating #3884

Closed
wants to merge 1 commit into from

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Aug 1, 2024

Based on the global option sentry-metrics.extrapolation.propagate-rates, Relay ignores the per-project extrapolation config and instead places sample rates on metric buckets to send them into storage. Storage can then at query time choose to ignore these rates or use them for weighting.

Since there is no impact on the ingested raw values, this is no longer a project option and completely bypasses the extrapolation config in the project state.

Epic: #3724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant