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

chore(cardinality): Add cardinality limiter mode option #63942

Merged
merged 3 commits into from Jan 26, 2024

Conversation

Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Jan 26, 2024

@Dav1dde Dav1dde requested a review from a team as a code owner January 26, 2024 13:25
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 26, 2024
#
# Note: To fully enabled the cardinality limiter the feature `organizations:relay-cardinality-limiter`
# needs to be rolled out as well.
register("relay.cardinality-limiter.mode", default=None, flags=FLAG_AUTOMATOR_MODIFIABLE)
Copy link
Member Author

Choose a reason for hiding this comment

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

None should be fine because of:

    for option in RELAY_OPTIONS:
        if (value := sentry.options.get(option)) is not None:
            options[option] = value

src/sentry/options/defaults.py Outdated Show resolved Hide resolved
@Dav1dde Dav1dde enabled auto-merge (squash) January 26, 2024 13:50
@Dav1dde Dav1dde merged commit b8ccf59 into master Jan 26, 2024
49 checks passed
@Dav1dde Dav1dde deleted the dav1d/chore/card-mode branch January 26, 2024 14:12
@github-actions github-actions bot locked and limited conversation to collaborators Feb 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants