W3CBaggagePropagator lowercasing keys #3146
Labels
api
Affects the API package.
bug
Something isn't working
good first issue
Good first issue
help wanted
opentelemetry.baggage.propagation.W3CBaggagePropagator
is lowercasing keys inextract
, as far as I can tell the W2C baggage spec does not define this behavior.I also confirmed the go implementation does not lowercase keys: https://go.dev/play/p/9H4HKKmSRMA
I think just removing the
.lower()
here should fix it: https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-api/src/opentelemetry/baggage/propagation/__init__.py#L96Steps to reproduce
What is the expected behavior?
What is the actual behavior?
The text was updated successfully, but these errors were encountered: