Add Linux user_events receiver#2787
Merged
jmacd merged 35 commits intoMay 13, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (69.20%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2787 +/- ##
==========================================
- Coverage 86.03% 85.90% -0.13%
==========================================
Files 720 725 +5
Lines 273264 275313 +2049
==========================================
+ Hits 235095 236521 +1426
- Misses 37645 38268 +623
Partials 524 524
🚀 New features to boost your workflow:
|
utpilla
reviewed
May 7, 2026
utpilla
reviewed
May 7, 2026
utpilla
reviewed
May 7, 2026
utpilla
reviewed
May 7, 2026
jmacd
reviewed
May 7, 2026
Contributor
jmacd
left a comment
There was a problem hiding this comment.
Partial review. This is super!
hestolz
reviewed
May 7, 2026
hestolz
reviewed
May 7, 2026
utpilla
reviewed
May 11, 2026
utpilla
reviewed
May 11, 2026
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
utpilla
reviewed
May 11, 2026
utpilla
reviewed
May 11, 2026
…ecoder coverage, require user_events_linux_smoke in CI
Member
Author
cijothomas
reviewed
May 11, 2026
cijothomas
reviewed
May 11, 2026
cijothomas
reviewed
May 11, 2026
cijothomas
reviewed
May 12, 2026
ThomsonTan
reviewed
May 12, 2026
ThomsonTan
reviewed
May 12, 2026
Member
Author
|
@copilot resolve the merge conflicts in this pull request |
jmacd
approved these changes
May 13, 2026
Contributor
jmacd
left a comment
There was a problem hiding this comment.
This is great to see. I would request that for the many TODOs in this code that we open issues to explain -- I'm curious for more information about them all.
Merged
via the queue into
open-telemetry:main
with commit May 13, 2026
4fced8c
85 of 86 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.
Change Summary
Split out from the original combined PR #2717.
Adds a contrib receiver for Linux user_events tracepoints.
The receiver supports two decode formats:
tracefs: generic Linux tracepoint decoding based on the static schema exposed in tracefs format files.event_header: decodes self-describing EventHeader payloads. EventHeader comes from the Microsoft LinuxTracepoints-Rust project, but is open and usable by any producer.The receiver uses
one_collectforperf/user_eventscollection, and supports single or multiple subscriptions, batching, late registration, and basic receiver metrics. It is behind theuserevents-receiverfeature flag.Also adds a Linux CI smoke test that registers and reads both tracefs and EventHeader user_events tracepoints when kernel support is available.
What issue does this PR close?
How are these changes tested?
Added Linux CI smoke test
Are there any user-facing changes?
Yes, a receiver.