-
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
Use url.PathUnescape when parsing OTLP headers and resource attributes env vars #4699
Conversation
|
prior art: #4667 |
Codecov Report
@@ Coverage Diff @@
## main #4699 +/- ##
=======================================
- Coverage 81.8% 81.8% -0.1%
=======================================
Files 225 225
Lines 18087 18087
=======================================
- Hits 14798 14796 -2
- Misses 2992 2994 +2
Partials 297 297
|
5eba783
to
192db26
Compare
Please run |
192db26
to
9576ec7
Compare
Can you please add some tests cases that would fail for EDIT: For OTLP it would be adding test cases to |
Ah I see what happened; I had modified the generated table tests here vs the src in Anyways this should cut down on the duplication i had originally. |
706ca80
to
e7bc26d
Compare
…headers and resource attributes env vars (open-telemetry#4698)
610480e
to
7011c66
Compare
Checked |
@mikeblum Thank you for your contribution 👍 |
…headers and resource attributes env vars (#4698).
A note: we might want to consolidate the table test data acrossgrpc
andhtml
as there is a bit of drift / inconsistency in the test cases for each protocol?EDIT: 😅 I modified the generated files initially:
#4699 (comment)