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

fix(metrics): Introduce revisions for metrics extraction [INGEST-1303] #1251

Merged
merged 2 commits into from
Apr 29, 2022

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Apr 29, 2022

With moving to MRIs, we have changed the names of extracted session
metrics. At the time, this was guarded behind a feature flag, but this
feature flag was also propagated to external Relays. There is a range of
Relay versions that recognize the feature flag but do not implement the
proper MRI schema.

This PR changes the configuration schema and deprecates the feature
flag. The new config includes a version counter, currently set at 1,
which only Relays with the correct MRIs recognize now.

Following the deployment, the feature flag will be disabled, so that
outdated Relays no longer extract session metrics. Requires
getsentry/sentry#34103

@untitaker untitaker merged commit 2ca65bc into master Apr 29, 2022
@untitaker untitaker deleted the fix/metrics-extraction-sessions-versions branch April 29, 2022 14:08
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.

2 participants