Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decode values from OTEL_RESOURCE_ATTRIBUTES #418

Open
lgfa29 opened this issue Jul 31, 2022 · 0 comments
Open

Decode values from OTEL_RESOURCE_ATTRIBUTES #418

lgfa29 opened this issue Jul 31, 2022 · 0 comments
Assignees
Labels
bug Something isn't working language-erlang scope-api spec A change to the SDK specification that must be implemented.

Comments

@lgfa29
Copy link

lgfa29 commented Jul 31, 2022

While using the Go SDK I noticed an inconsistency in how OTEL_RESOURCE_ATTRIBUTES baggage values are encoded and decoded. This was due to a difference in the version of the W3C Baggage spec used for baggage propagation and the OTEL_RESOURCE_ATTRIBUTES decoding.

open-telemetry/opentelemetry-specification#2670 updates the W3C Baggage spec version used by the Resource spec to require percent-decoding values from OTEL_RESOURCE_ATTRIBUTES.

@tsloughter tsloughter added bug Something isn't working spec A change to the SDK specification that must be implemented. language-erlang scope-api labels Jul 31, 2022
@tsloughter tsloughter self-assigned this Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working language-erlang scope-api spec A change to the SDK specification that must be implemented.
Projects
None yet
Development

No branches or pull requests

2 participants