-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
docs(dynamic-sampling): Clarify custom sample rates availability for AM3 #18490
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
Open
constantinius
wants to merge
3
commits into
master
Choose a base branch
from
constantinius/docs/remove-dynamic-sampling-am3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+8
−8
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
9fd2d20
docs(dynamic-sampling): Clarify custom sample rates availability for AM3
constantinius 0c512f7
fix(dynamic-sampling): Restore original plan availability language
constantinius 1a91a3b
fix(dynamic-sampling): Link directly to custom sample rates section
constantinius File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,11 +30,11 @@ Dynamic Sampling employs advanced sampling techniques to retain a representative | |
| Dynamic sampling only applies to spans and transactions, not errors. | ||
| </Alert> | ||
|
|
||
| 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. | ||
| <Alert level="warning"> | ||
| 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. | ||
| </Alert> | ||
|
|
||
| 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 | ||
| <Alert> | ||
| Configuration of custom sample rates has been available on selected Enterprise plans since June 2024. | ||
| <Alert level="warning"> | ||
| 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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm a little worried that people might feel they are missing out on something by not being grandfathered in here. I would suggest adding something similar to the warning above where you pointed out that new plans do this automatically. |
||
| </Alert> | ||
| 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 | ||
| <Alert> | ||
| 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. | ||
| </Alert> | ||
| 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. | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.