Expose Profiling start/stop as public API#3092
Merged
ambushwork merged 1 commit intoJan 5, 2026
Merged
Conversation
ambushwork
force-pushed
the
yl/profiling/synthetics-build
branch
2 times, most recently
from
December 31, 2025 14:54
c153196 to
65ee30a
Compare
ambushwork
marked this pull request as ready for review
December 31, 2025 14:54
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
ambushwork
force-pushed
the
yl/profiling/synthetics-build
branch
3 times, most recently
from
January 2, 2026 07:33
f329a14 to
26d4bcd
Compare
|
🎯 Code Coverage 🔗 Commit SHA: f2628f1 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
0xnm
reviewed
Jan 2, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/perfetto-profiling #3092 +/- ##
===========================================================
Coverage 71.52% 71.52%
===========================================================
Files 894 894
Lines 32751 32755 +4
Branches 5503 5503
===========================================================
+ Hits 23425 23428 +3
+ Misses 7781 7779 -2
- Partials 1545 1548 +3
🚀 New features to boost your workflow:
|
ambushwork
force-pushed
the
yl/profiling/synthetics-build
branch
from
January 2, 2026 08:31
26d4bcd to
d979b5b
Compare
0xnm
reviewed
Jan 2, 2026
ambushwork
force-pushed
the
yl/profiling/synthetics-build
branch
2 times, most recently
from
January 2, 2026 15:58
ef7ebe5 to
adcebd4
Compare
ambushwork
force-pushed
the
yl/profiling/synthetics-build
branch
from
January 2, 2026 16:57
adcebd4 to
47b8acc
Compare
0xnm
requested changes
Jan 5, 2026
| } | ||
|
|
||
| /** | ||
| * Start profiling with given sdk instances names. |
Member
There was a problem hiding this comment.
Suggested change
| * Start profiling with given sdk instances names. | |
| * Start profiling for a given SDK instance. |
ambushwork
force-pushed
the
yl/profiling/synthetics-build
branch
from
January 5, 2026 10:52
47b8acc to
d572d11
Compare
ambushwork
force-pushed
the
yl/profiling/synthetics-build
branch
from
January 5, 2026 10:55
d572d11 to
94051fc
Compare
0xnm
previously approved these changes
Jan 5, 2026
ambushwork
force-pushed
the
yl/profiling/synthetics-build
branch
from
January 5, 2026 13:35
94051fc to
f2628f1
Compare
0xnm
approved these changes
Jan 5, 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 PR exposes start/stop profiling as public API, make it possible to send some custom profiling from sample app.
Note: this is not the final form of custom profiling.
Review checklist (to be filled by reviewers)