-
Notifications
You must be signed in to change notification settings - Fork 189
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
#786
Labels
pinned
Will not be removed by stalebot
Comments
Hi @bobstrecansky @brettmc @tidal: Can you please assign this to me? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity, but it can be reopened. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 theOTEL_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
.The text was updated successfully, but these errors were encountered: