Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-48179: Revert NewClient api usage in configgrpc.
With NewClient API usage, we are facing issues at few customers who have intermediate proxies between collector and platform. With NewClient API instead DialContext, DNS resolution happens on the client side while it should happen on proxy. Also, with SGProxy client does not get the correct certificate. can be changed once grpc fixes grpc/grpc-go#7556 and otel collector picks the fix
- Loading branch information