diff --git a/docs/organization/dynamic-sampling/index.mdx b/docs/organization/dynamic-sampling/index.mdx index 445d6d0f466b1d..6146e549b1c26f 100644 --- a/docs/organization/dynamic-sampling/index.mdx +++ b/docs/organization/dynamic-sampling/index.mdx @@ -30,11 +30,11 @@ Dynamic Sampling employs advanced sampling techniques to retain a representative Dynamic sampling only applies to spans and transactions, not errors. -There are two available flavors of dynamic sampling, depending on the plan type of your organization: -- **Dynamic Sampling with Sampling Priorities** - available on selected Team, Business & Enterprise plans\ - By analyzing incoming traffic patterns, Dynamic Sampling is able to automatically tailor its sample rate to both the actual traffic volume and the content of accepted transactions. For more details, check out the [Dynamic Sampling Priorities](#dynamic-sampling-priorities) section. -- **Dynamic Sampling with Sampling Priorities & Custom Sample Rates** - available on selected Enterprise plans\ - Configure and adjust sample rates for stored spans right from the UI without needing to modify your SDK. This makes it possible for you to make instant updates without waiting for code freezes, app store approvals, or redeployments. In addition, by analyzing incoming traffic patterns, Dynamic Sampling is able to prioritize data based on the content of accepted spans. For more details, check out the [Configuration of Custom Sample Rates](#configuration-of-custom-sample-rates) section. + +The [Configuration of Custom Sample Rates](#configuration-of-custom-sample-rates) section on this page is only available on plans that enrolled before June 2025. If your organization enrolled after this date, Dynamic Sampling with Sampling Priorities is applied automatically and no manual configuration is required. + + +Dynamic Sampling with Sampling Priorities is available on selected Team, Business, and Enterprise plans. By analyzing incoming traffic patterns, Dynamic Sampling is able to automatically tailor its sample rate to both the actual traffic volume and the content of accepted transactions. For more details, check out the [Dynamic Sampling Priorities](#dynamic-sampling-priorities) section. ## Prerequisites @@ -56,8 +56,8 @@ There are two available flavors of dynamic sampling, depending on the plan type - Go: 0.16.0 or later ## Configuration of Custom Sample Rates - -Configuration of custom sample rates has been available on selected Enterprise plans since June 2024. + +Configuration of custom sample rates is only available on plans that enrolled before June 2025. If you don't see these settings in your organization, your plan does not include this feature. In this section, you'll learn how to use Dynamic Sampling in your organization. Dynamic Sampling offers two modes based on the desired sampling control: @@ -146,7 +146,7 @@ You can use both Dynamic and SDK Sampling together to further optimize your even ## Dynamic Sampling Priorities - Dynamic Sampling including Sampling Priorities has been available on selected paid plans since November 2022. + Dynamic Sampling with Sampling Priorities is available on selected Team, Business, and Enterprise plans. Below is a list of the strategies Dynamic Sampling employs to prioritize and deprioritize data. They are enabled by default, but can be updated on a per-project basis to better fit your organization's needs. To customize this behavior, go to Project Settings > Performance.