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
As I was digging into this, I realized there is quite a bit of variation in how different implementations handle the b3 trace flags and parent span id propagation. I opened this issue: open-telemetry/opentelemetry-specification#1004 as a result.
Is your feature request related to a problem? Please describe.
OpenTelemetry JS does not have single header support for B3. Other languages do:
This is likely to become a requirement via: open-telemetry/opentelemetry-specification#960
Describe the solution you'd like
The
extract
method for the B3 propagator should handle the single header b3 case.The text was updated successfully, but these errors were encountered: