-
Notifications
You must be signed in to change notification settings - Fork 283
Add traceparent header parsing for w3c tracecontext #2179
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
Merged
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ac5b761
Add traceparent header parsing for w3c tracecontext
mateiidavid 56fb2dc
Refactor logic to parse without using iterator next method
mateiidavid 0fc59df
Use match when handling w3c flags value
mateiidavid ebf621a
Pass TraceContext ref as argument instead of id clones in w3c span in…
mateiidavid 4767713
Pull out header unpacking and parsing logic into dedicated submodules
mateiidavid cad276f
Remove clone from trace ctx types
mateiidavid 8c801c1
Add more tests for w3c
mateiidavid 56eea01
Change traces to use inline format args
mateiidavid acaf706
Move tests into submodule
mateiidavid d1f0794
Inline more trace args
mateiidavid 0776a8e
Use HeaderName to avoid validating strings on headermap ops
mateiidavid a4c2dd4
Remove 'Result' qualifier
mateiidavid 19c73d2
Refactor to satisfy linter
mateiidavid e91289f
Replace qualified path with use for HeaderName type
mateiidavid 9331de9
Ensure logging messages are consistent and helpful in propagation and…
mateiidavid 1c829fc
Further revise logging messages in context propagation lib
mateiidavid 388b094
Log when w3c header value contains an invalid all 0s id
mateiidavid 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
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.