RUM-11853: Implement Profiling writer and request factory#2915
Merged
ambushwork merged 1 commit intoOct 7, 2025
Merged
Conversation
ambushwork
force-pushed
the
yl/profiling/create-writer-uploader
branch
5 times, most recently
from
October 6, 2025 14:37
5d16227 to
90db9b8
Compare
ambushwork
marked this pull request as ready for review
October 6, 2025 14:37
0xnm
requested changes
Oct 6, 2025
0xnm
left a comment
Member
There was a problem hiding this comment.
reviewed production files so far
ambushwork
force-pushed
the
yl/profiling/create-writer-uploader
branch
4 times, most recently
from
October 7, 2025 06:37
34ea753 to
e2ff654
Compare
aleksandr-gringauz
previously approved these changes
Oct 7, 2025
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feature/perfetto-profiling #2915 +/- ##
==============================================================
- Coverage 71.06% 70.74% -0.32%
==============================================================
Files 818 821 +3
Lines 30071 30152 +81
Branches 5025 5143 +118
==============================================================
- Hits 21369 21331 -38
- Misses 7327 7370 +43
- Partials 1375 1451 +76
🚀 New features to boost your workflow:
|
0xnm
previously approved these changes
Oct 7, 2025
0xnm
left a comment
Member
There was a problem hiding this comment.
I left a few comments, but nothing blocking.
ambushwork
dismissed stale reviews from 0xnm and aleksandr-gringauz
via
October 7, 2025 08:23
1641843
ambushwork
force-pushed
the
yl/profiling/create-writer-uploader
branch
from
October 7, 2025 08:23
e2ff654 to
1641843
Compare
ambushwork
force-pushed
the
yl/profiling/create-writer-uploader
branch
from
October 7, 2025 08:28
1641843 to
b95d9b2
Compare
0xnm
approved these changes
Oct 7, 2025
aleksandr-gringauz
approved these changes
Oct 7, 2025
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 implements the logic how Perfetto Result should be written into batch file and how the profile request should be built.
Motivation
RUM-11853
Review checklist (to be filled by reviewers)