Set profiling sampling rate to 15%, improve profiling logic#3127
Merged
0xnm merged 1 commit intoJan 16, 2026
Merged
Conversation
|
🎯 Code Coverage 🔗 Commit SHA: ecce151 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
0xnm
force-pushed
the
nogorodnikov/improve-profiling-logic-150126
branch
from
January 15, 2026 14:42
a42845b to
e2ff1e1
Compare
0xnm
marked this pull request as ready for review
January 15, 2026 15:19
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feature/perfetto-profiling #3127 +/- ##
==============================================================
- Coverage 71.52% 70.78% -0.75%
==============================================================
Files 894 906 +12
Lines 32838 33359 +521
Branches 5516 5590 +74
==============================================================
+ Hits 23486 23610 +124
- Misses 7800 8177 +377
- Partials 1552 1572 +20
🚀 New features to boost your workflow:
|
0xnm
force-pushed
the
nogorodnikov/improve-profiling-logic-150126
branch
from
January 15, 2026 16:41
e2ff1e1 to
ecce151
Compare
aleksandr-gringauz
approved these changes
Jan 16, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
This change set default profiling sampling rate to 15% and also does a bit of refactoring.
Additionally it stops profiler even if it RUM session is not sampled, to avoid having profiler running for nothing.
Also
profiler_versionandruntime_versiontags are added to have more visibility in profiling backend metrics.Review checklist (to be filled by reviewers)