getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
38.62k stars 4.13k forks source link

Implement: Adjust intensity of rebalancing #47141

Open RaduW opened 1 year ago

RaduW commented 1 year ago

Problem Statement

Add the algorithm we came up in https://github.com/getsentry/sentry/issues/46768 to adjust both the transaction and project rebalancing.

We would need two options, one for project and one for transaction that control how aggressive the algorithm is in rebalancing the items. TODO: Decide if the options are global or per org ( I think global would be the way to go).

Solution Brainstorm

No response

getsantry[bot] commented 1 year ago

Routing to @getsentry/telemetry-experience for triage, due by (vie). ⏲️

matejminar commented 1 year ago

@RaduW Here's an example of how to register and use global options: https://github.com/getsentry/sentry/issues/47988

RaduW commented 1 year ago

Implemented in : https://github.com/getsentry/sentry/pull/48336