You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, really appreciate anyone who contributed to the OpenTracing Bridge.
The request is to make func (t *BridgeTracer) Extract(format interface{}, carrier interface{}) (ot.SpanContext, error) method able to support returning non-nil bridgeSpanContext when there is baggage only context without trace context.
Problem Statement
Hi, really appreciate anyone who contributed to the OpenTracing Bridge.
The request is to make func (t *BridgeTracer) Extract(format interface{}, carrier interface{}) (ot.SpanContext, error) method able to support returning non-nil bridgeSpanContext when there is baggage only context without trace context.
Currently it requires trace context to be valid.
opentelemetry-go/bridge/opentracing/bridge.go
Lines 731 to 734 in 640a0cd
Similar to this in Java OpenTracing Shim: open-telemetry/opentelemetry-java#4739
There are a few reasons:
Proposed Solution
Should be a simple change like below:
Hope this request make sense. Thanks!
The text was updated successfully, but these errors were encountered: