Replies: 1 comment 1 reply
-
The otlptrace package has two subpackages, one for HTTP and the other for GRPC. Do you have a code sample showing how you're using the exporter? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I add traces in my project which imported an old version grpc, but I got compile error for lack of google.golang.org/grpc/backoff (imported by options.go) directory. I tried to upgrade grpc, but there are some compatible issues with my project (we implemented our own balancer because of this grpc issue). There is no need to import grpc when we use http exporter, maybe we should separate http exporter and grpc exporter in different directories. Any ideas to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions