-
Notifications
You must be signed in to change notification settings - Fork 825
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
feat: Add B3format propagator #208
Conversation
Codecov Report
@@ Coverage Diff @@
## master #208 +/- ##
==========================================
+ Coverage 82.65% 84.05% +1.39%
==========================================
Files 52 54 +2
Lines 1776 1938 +162
Branches 125 151 +26
==========================================
+ Hits 1468 1629 +161
- Misses 308 309 +1
|
packages/opentelemetry-core/src/context/propagation/B3Format.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet looks good to me
} | ||
|
||
/** | ||
* Propagator for the B3 HTTP header format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe note that this is for multiple headers, not single headers (since the b3 spec mentions both ways of propagating)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… span name (open-telemetry#208) * fix: ensure span name is a string to avoid [object Object] as span name Signed-off-by: Naseem <[email protected]> * fix: make test read better Signed-off-by: Naseem <[email protected]>
Which problem is this PR solving?
Short description of the changes