-
Hi. I noticed in The builder only accepts URI starts with "http" or "https". But later, the exporter is built with gRPC, which is neither HTTP or HTTPS. So what's the situation here, is it reporting to collector in HTTP(s) or gRPC? |
Beta Was this translation helpful? Give feedback.
Answered by
jkwatson
Jun 3, 2021
Replies: 1 comment 1 reply
-
grpc is transported via the HTTP protocol to the collector, so this is appropriate. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davendu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grpc is transported via the HTTP protocol to the collector, so this is appropriate.