-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
bridge/opentracing: fix baggage item key is canonicalized #4776
bridge/opentracing: fix baggage item key is canonicalized #4776
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just made a quick look.
Won't this tests be helpful when working on #3685?
Co-authored-by: Robert Pająk <pellared@hotmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue I personally experienced with the bridge was when values contained special characters, not these simplistic foo/bar strings
Note - I changed the description from |
In order to close that issue the implementation must satisfy this condition: open-telemetry/opentelemetry-specification#3801 |
Co-authored-by: Robert Pająk <pellared@hotmail.com>
@yurishkuro, We might be referencing different tickets; #2793 is an invalid issue and no changes needed: #2793 (comment) |
I guess @yurishkuro had #3685 in mind. Regarding #2793 I would prefer the author to close the issue or close it after e.g. 1 month in case we got no response. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4776 +/- ##
=====================================
Coverage 82.2% 82.2%
=====================================
Files 226 226
Lines 18383 18381 -2
=====================================
+ Hits 15126 15127 +1
+ Misses 2975 2972 -3
Partials 282 282
|
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
This seems to have merged without two approvals from the Go Approvers team. |
@MrAlias Sorry, I have missed that @yurishkuro is not an approver 😬 |
Fixes #4799
Related to #2793
Updated to fix propagated baggage item key is canonicalized #4799
A test to prove #2793 is working as expected.