-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Updating RUM sampling rate from UI #33711
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
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
content/en/real_user_monitoring/guide/best-practices-for-rum-sampling.md
Outdated
Show resolved
Hide resolved
…m:DataDog/documentation into rtrieu/clarify-sampling-retention-filters
MaelNamNam
left a comment
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.
I found the changes to still be a bit confusing so I suggested some improvements to make it clearer. Let me know if those work for you
content/en/real_user_monitoring/guide/best-practices-for-rum-sampling.md
Outdated
Show resolved
Hide resolved
content/en/real_user_monitoring/guide/best-practices-for-rum-sampling.md
Outdated
Show resolved
Hide resolved
content/en/real_user_monitoring/guide/best-practices-for-rum-sampling.md
Outdated
Show resolved
Hide resolved
content/en/real_user_monitoring/guide/best-practices-for-rum-sampling.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Maël Lilensten <[email protected]>
…m:DataDog/documentation into rtrieu/clarify-sampling-retention-filters
content/en/real_user_monitoring/guide/best-practices-for-rum-sampling.md
Outdated
Show resolved
Hide resolved
…ampling.md Co-authored-by: Rosa Trieu <[email protected]>
MaelNamNam
left a comment
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.
1 link to change and we should be good, thanks!
| During live outages, incidents, or bug investigations, and for customers that are not yet on [RUM without Limits][2] you can increase client-side (head-based) sampling to collect 100% of your sessions to ensure nothing is missed, or to have more examples of a particular issue. | ||
|
|
||
| During live outages, incidents, or bug investigations, you can increase sampling to collect 100% of your sessions to ensure nothing is missed, or to have more examples of a particular issue. | ||
| You can only change the **head-based** sampling rate from the Datadog UI if you use the [**server-side injection method**][17] to add the Browser RUM SDK to your web application. To do this, [modify the sampling rate][15] on the SDK Configuration page. |
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.
Here we're talking about updating head-based sample rate from the RUM x remote config UI, not retention filters
| You can only change the **head-based** sampling rate from the Datadog UI if you use the [**server-side injection method**][17] to add the Browser RUM SDK to your web application. To do this, [modify the sampling rate][15] on the SDK Configuration page. | |
| You can only change the **head-based** sampling rate from the Datadog UI if you use the [**server-side injection method**][17] to add the Browser RUM SDK to your web application. To do this, [modify the sampling rate][17] on the SDK Configuration page. |
What does this PR do? What is the motivation?
Makes it more clear how to update the sampling rate for RUM applications.
Merge instructions
Merge readiness:
For Datadog employees:
Your branch name MUST follow the
<name>/<description>convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes