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

[BaggagePropagator] handle baggage properties #5677

Open
lachmatt opened this issue Jun 7, 2024 · 0 comments
Open

[BaggagePropagator] handle baggage properties #5677

lachmatt opened this issue Jun 7, 2024 · 0 comments
Labels
bug Something isn't working pkg:OpenTelemetry.Api Issues related to OpenTelemetry.Api NuGet package

Comments

@lachmatt
Copy link
Contributor

lachmatt commented Jun 7, 2024

Package

OpenTelemetry.Api

Package Version

Package Name Version
OpenTelemetry.Api 1.8.0 (and previous versions)

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

@lachmatt lachmatt added the bug Something isn't working label Jun 7, 2024
@github-actions github-actions bot added the pkg:OpenTelemetry.Api Issues related to OpenTelemetry.Api NuGet package label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pkg:OpenTelemetry.Api Issues related to OpenTelemetry.Api NuGet package
Projects
None yet
Development

No branches or pull requests

1 participant