wavefrontHQ/wavefront-opentracing-sdk-java

Baggage items are not propagated from parent's span context

Closed this issue · 2 comments

According to OpenTracing spec: https://github.com/opentracing/specification/blob/master/specification.md

All baggage items has to be propagated to all child SpanContexts, but looking at
WavefrontSpanBuilder.createSpanContext() they are not propagated.

Thanks for raising this issue @rgeorgiev. We will address it for the next release.

Done.