Skip to content

B3 propagation does not handle ParentSpanId #236

@toumorokoshi

Description

@toumorokoshi

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:

  1. generate a single string version of the headers and add it into tracestate under the "b3" key.
  2. inject the values by extracting them from the tracestate.

Thoughts?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingsdkAffects the SDK package.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions