-
I've set up my otel-collector as described in the documentation: Tracing from OpenTelemetry. This is my otel-collector exporters config:
What is the correct way to set up the collector? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @woha 👋 It looks like the If you'd like to configure your collector to export via HTTP, you can use the |
Beta Was this translation helpful? Give feedback.
Hi @woha 👋
It looks like the
otlp
exporter just does gRPC, which only uses the hostname and port. The path is handled by gRPC itself.If you'd like to configure your collector to export via HTTP, you can use the
otlphttp
exporter: https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/otlphttpexporter/README.md