Return context with no Baggage if unable to extract #1685
Labels
area:baggage
Part of OpenTelemetry baggage
area:context
Part of OpenTelemetry context
blocked:specification
Waiting on clarification of the OpenTelemetry specification before progress can be made
Milestone
From the specification:
Currently we do not clear the baggage from the parent context passed as an argument.
opentelemetry-go/propagation/baggage.go
Line 105 in bb4c297
Similarly,
and we do not guarantee this:
opentelemetry-go/propagation/baggage.go
Lines 60 to 62 in bb4c297
This would seem to be out of compliance with the specification. However, it does not seem like ideal behavior to clear valid existing baggage. This PR will determine if we need to clear existing baggage.
The text was updated successfully, but these errors were encountered: