RUM-12330: Handle multi SDK instance in profiling#3026
Merged
ambushwork merged 2 commits intoNov 28, 2025
Conversation
ambushwork
force-pushed
the
yl/profiling/multi-sdk-instance
branch
from
November 25, 2025 15:21
3758d42 to
aa9a89d
Compare
|
🎯 Code Coverage 🔗 Commit SHA: 5e1f23d | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
ambushwork
force-pushed
the
yl/profiling/multi-sdk-instance
branch
from
November 25, 2025 16:02
aa9a89d to
49b402e
Compare
ambushwork
force-pushed
the
yl/profiling/multi-sdk-instance
branch
from
November 25, 2025 16:53
49b402e to
d51e87a
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feature/perfetto-profiling #3026 +/- ##
==============================================================
+ Coverage 71.19% 71.22% +0.03%
==============================================================
Files 874 874
Lines 31814 31847 +33
Branches 5326 5331 +5
==============================================================
+ Hits 22649 22681 +32
+ Misses 7654 7647 -7
- Partials 1511 1519 +8
🚀 New features to boost your workflow:
|
ambushwork
marked this pull request as ready for review
November 25, 2025 17:52
0xnm
requested changes
Nov 26, 2025
ambushwork
force-pushed
the
yl/profiling/multi-sdk-instance
branch
4 times, most recently
from
November 26, 2025 15:14
5610c4e to
969e653
Compare
ambushwork
force-pushed
the
yl/profiling/multi-sdk-instance
branch
2 times, most recently
from
November 26, 2025 16:46
6a0d497 to
c0b2791
Compare
ambushwork
force-pushed
the
yl/profiling/multi-sdk-instance
branch
from
November 26, 2025 17:03
c0b2791 to
9634ba2
Compare
0xnm
reviewed
Nov 27, 2025
ambushwork
force-pushed
the
yl/profiling/multi-sdk-instance
branch
2 times, most recently
from
November 27, 2025 11:36
0fd6706 to
6564e3f
Compare
ambushwork
force-pushed
the
yl/profiling/multi-sdk-instance
branch
from
November 27, 2025 11:58
6564e3f to
5e1f23d
Compare
0xnm
approved these changes
Nov 28, 2025
aleksandr-gringauz
approved these changes
Nov 28, 2025
ambushwork
merged commit Nov 28, 2025
32e1a44
into
feature/perfetto-profiling
26 of 27 checks passed
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 PR handles multi SDK instance in profiling by bringing following changes:
PerfettoProfilerhold a map of <InstanceName, ProfilerCallback> to make sure the result can be sent back to the correct instance.ProfilingStoragesave the name of the instance on which the profiling feature is enabled, and when profiler is started in content provider, the instance name can be used to indicate the profiling is launched by which feature.Motivation
RUM-12330
Review checklist (to be filled by reviewers)