google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Cleanup workarounds for gRPC's OTel plugin packaging problems

Open coryan opened this issue 1 year ago • 0 comments

gRPC's OTel plugin has a couple of bugs with respect to packaging. Once those are fixed we should clean up the workarounds in our code:

  • [x] https://github.com/grpc/grpc/issues/36624
  • [ ] Remove extra find_dependency() in our code
  • [x] https://github.com/grpc/grpc/issues/36662
  • [ ] Remove extra LIBS grpcpp_otel_plugin in our code.

coryan avatar May 18 '24 14:05 coryan