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 #857

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

Decode values from OTEL_RESOURCE_ATTRIBUTES #857

lgfa29 opened this issue Jul 31, 2022 · 0 comments
Labels
A-common Area:common issues that not related to specific pillar M-sdk release:allowed-for-stable Changes that can still be added before Stable, but won't require Breaking Interfaces.

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.

@hdost hdost added A-common Area:common issues that not related to specific pillar release:allowed-for-stable Changes that can still be added before Stable, but won't require Breaking Interfaces. M-sdk labels Feb 21, 2024
@hdost hdost added this to the Tracing SDK Stable milestone Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-common Area:common issues that not related to specific pillar M-sdk release:allowed-for-stable Changes that can still be added before Stable, but won't require Breaking Interfaces.
Projects
None yet
Development

No branches or pull requests

2 participants