-
Notifications
You must be signed in to change notification settings - Fork 104
feat(billing): Add downsampled_event_retention to project configs #5013
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to actually make use of the new retention, or is this planned to be in a follow-up/something you want us (ingest) to work on?
Also please add a changelog message to CHANGELOG.md
and py/CHANGELOG.md
.
027b6b6
to
1d9db0f
Compare
Indeed I will. We could upgrade @brendanhsentry what value will downsampled event retention have right now? |
I believe it should be |
This is OK as a default, we give it the normal retention in the consumer in that case. |
adds `downsampled_event_retention` see getsentry/relay#5013 --------- Co-authored-by: Joshua Li <[email protected]>
adds `downsampled_event_retention` see getsentry/relay#5013 --------- Co-authored-by: Joshua Li <[email protected]>
depends on getsentry/relay#5013 This PR is the second change needed to resolve https://linear.app/getsentry/issue/EAP-160/modify-the-org-setting-to-reflect-the-retention-change-based-on-the.
adds `downsampled_event_retention` see getsentry/relay#5013 --------- Co-authored-by: Joshua Li <[email protected]>
depends on getsentry/relay#5013 This PR is the second change needed to resolve https://linear.app/getsentry/issue/EAP-160/modify-the-org-setting-to-reflect-the-retention-change-based-on-the.
depends on getsentry/relay#5013 This PR is the second change needed to resolve https://linear.app/getsentry/issue/EAP-160/modify-the-org-setting-to-reflect-the-retention-change-based-on-the.
adds `downsampled_event_retention` see getsentry/relay#5013 --------- Co-authored-by: Joshua Li <[email protected]>
depends on getsentry/relay#5013 This PR is the second change needed to resolve https://linear.app/getsentry/issue/EAP-160/modify-the-org-setting-to-reflect-the-retention-change-based-on-the.
Adding
downsampled_event_retention
to project configs as part of the retention changes projectSee getsentry/sentry#96818 and https://github.com/getsentry/getsentry/pull/18058 for how it'll be set.
This PR is the first change needed to resolve https://linear.app/getsentry/issue/EAP-160/modify-the-org-setting-to-reflect-the-retention-change-based-on-the.