-
Notifications
You must be signed in to change notification settings - Fork 394
Share Span/Trace ID with other eBPF based components #1139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
christos68k
merged 37 commits into
open-telemetry:main
from
florianl:share-span-trace-id
Apr 9, 2026
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
5bb137d
POC: use shared map for span/trace ID lookups
florianl bbb170e
Merge branch 'main' into share-span-trace-id
florianl 944701d
add configuration options for bpf fs
florianl a088367
Merge branch 'main' into share-span-trace-id
florianl 2303e7e
Merge branch 'main' into share-span-trace-id
florianl 01cc2ff
update to latest spec changes
florianl 136fbc0
Update tracer/tracer.go
florianl 1289736
set map max_entries to 1 if BPF FS is not available
florianl 62f643d
just log errors with shared map
florianl 2f97a80
fix typo
florianl b4e5c56
Merge branch 'main' into share-span-trace-id
florianl d233b8b
Merge branch 'main' into share-span-trace-id
florianl d0ccced
Merge branch 'main' into share-span-trace-id
florianl 4c8824b
Merge branch 'main' into share-span-trace-id
florianl 36fb5fc
Merge branch 'main' into share-span-trace-id
florianl 34ad348
Merge branch 'main' into share-span-trace-id
florianl 9f1edd5
Merge branch 'main' into share-span-trace-id
florianl 9c24d9a
Merge branch 'main' into share-span-trace-id
florianl 6b990f1
Merge branch 'main' into share-span-trace-id
florianl 73d2b53
Merge branch 'main' into share-span-trace-id
florianl beec6f2
Merge branch 'main' into share-span-trace-id
florianl 8458283
only populate OTel span/trace ID if not yet set
florianl c0b5ed3
Apply suggestions from code review
florianl 0e28ed3
update link
florianl b6fff5e
Apply suggestions from code review
florianl 39ce509
Merge branch 'main' into share-span-trace-id
florianl 8c16687
connect bits
florianl f6ff289
fix suggested change
florianl 4c454ff
Update support/ebpf/interpreter_dispatcher.ebpf.c
florianl a3ee2f8
update bpf blobs
florianl 2a9ff3c
Merge branch 'main' into share-span-trace-id
florianl f2d6224
use const for map name
florianl c65b631
introduce obi_process_ctx
florianl 77e0155
Merge branch 'main' into share-span-trace-id
florianl dacfcd5
refactor code
florianl b1c82ea
Merge branch 'main' into share-span-trace-id
florianl a481247
Update tracer/tracer.go
florianl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Binary file not shown.
Binary file not shown.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.