-
Notifications
You must be signed in to change notification settings - Fork 283
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
Fix issue -propagation type is not case insensitive #483
Fix issue -propagation type is not case insensitive #483
Conversation
Fix B3 propagator is not case insensitive #3149
correct white space formatting
|
I have written "try adding a new unit test" 😉 |
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
Adding @pcwiese who the component owner. Could you please review this PR? |
Codecov Report
@@ Coverage Diff @@
## main #483 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 163 163
Lines 4979 4979
=====================================
Misses 4979 4979
|
Looks fine to me. I don't have the power to approve directly on the issue
it seems.
…On Tue, Jul 5, 2022 at 2:07 PM Utkarsh Umesan Pillai < ***@***.***> wrote:
Adding @pcwiese <https://github.com/pcwiese> who the component owner.
Could you please review this PR?
—
Reply to this email directly, view it on GitHub
<#483 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBE56XZU2EGVVTKVSJFP63VSSPY7ANCNFSM52U2J5LQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
@xyq175com Could you please update the branch with the latest changes from main? |
@pcwiese I think you have the permission to approve the PR, please help on this, thank you. |
@xyq175com Please follow the steps mentioned here if you want a new version of this package released: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/CONTRIBUTING.md#how-to-request-for-release-of-package |
Make the context propagation extraction case insensitive. See link:#3149
Changes
Do a case-insensitive comparison in the Grpc.Core instrumentation