-
Notifications
You must be signed in to change notification settings - Fork 829
Closed
Labels
bugSomething isn't workingSomething isn't workingsdkAffects the SDK package.Affects the SDK package.
Milestone
Description
Currently the b3 propagator does not handle the ParentSpanId. this is a field that does not exist in w3c tracecontext:
https://github.com/openzipkin/b3-propagation#parentspanid
I believe to do this properly, we need to:
- generate a single string version of the headers and add it into tracestate under the "b3" key.
- inject the values by extracting them from the tracestate.
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsdkAffects the SDK package.Affects the SDK package.