We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OpenTelemetry.Api
any
When baggage item has additional metadata appended to it in a form of property set, such properties are treated as a part of a value.
Try to parse baggage header with content from example in specification, e.g key1=value1;property1;property2
key1=value1;property1;property2
value1 is extracted as a value of baggage entry. Properties attached to the value are recognized as a separate entities.
value1
value1;property1;property2 is extracted as a value of baggage entry.
value1;property1;property2
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package
OpenTelemetry.Api
Package Version
Runtime Version
any
Description
When baggage item has additional metadata appended to it in a form of property set, such properties are treated as a part of a value.
Steps to Reproduce
Try to parse baggage header with content from example in specification, e.g
key1=value1;property1;property2
Expected Result
value1
is extracted as a value of baggage entry. Properties attached to the value are recognized as a separate entities.Actual Result
value1;property1;property2
is extracted as a value of baggage entry.Additional Context
No response
The text was updated successfully, but these errors were encountered: