opentelemetry-go-contrib
opentelemetry-go-contrib copied to clipboard
[Performance issues] use grpc metadata FromOutgoingContext function
Background
grpc version 1.39 and 1.37
Package Link:
Proposed Solution
The fromoutgoingcontext implementation in grpc versions 1.39 and 1.37 is different. In 1.37, it parses CTX using the join function. Whether the appendtooutgoingcontext function should be used in opentelemetry.
Replace with this function fromoutgoingcontext