Add Linux user_events receiver#2787
Open
lalitb wants to merge 9 commits intoopen-telemetry:mainfrom
Open
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (61.06%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2787 +/- ##
==========================================
- Coverage 86.09% 85.91% -0.18%
==========================================
Files 694 699 +5
Lines 263421 265229 +1808
==========================================
+ Hits 226789 227877 +1088
- Misses 36108 36828 +720
Partials 524 524
🚀 New features to boost your workflow:
|
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.