-
Notifications
You must be signed in to change notification settings - Fork 881
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
Implementing ExtendedTextMapGetter
in grpc-1.6 instrumentation
#13011
Implementing ExtendedTextMapGetter
in grpc-1.6 instrumentation
#13011
Conversation
Signed-off-by: xiepuhuan <[email protected]>
Do I need to add unit testing to |
...-1.6/library/src/main/java/io/opentelemetry/instrumentation/grpc/v1_6/GrpcRequestGetter.java
Outdated
Show resolved
Hide resolved
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.
Nice work @xiepuhuan
I'm not overly familiar with the gRPC library, but this looks good to me. A unit test would give further confidence that multi-extraction is working. However if it has @trask's approval without the extra test I assume it's ok :)
I opened #13016 to track this, @xiepuhuan wdyt? |
I will complete it immediately. |
Related to #12868