opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
How to report traces directly to jaeger.
Since the Otel implementation allows us to send spans directly to backend instances, how can we send spans directly to jaeger without setting up an OTel Collector?
otel-cpp provides Jaeger exporter to send spans directly from application to backend. More information here:
https://github.com/open-telemetry/opentelemetry-cpp/tree/main/exporters/jaeger
Hi @nicolastakashi , the jaeger-collector has now a otlp-receicer. https://www.jaegertracing.io/docs/1.38/cli/#jaeger-all-in-one
--collector.otlp.enabled Enables OpenTelemetry OTLP receiver on dedicated HTTP and gRPC ports
--collector.otlp.grpc.host-port The host:port (e.g. 127.0.0.1:12345 or :12345) of the collector's gRPC server
@nicolastakashi : Gould this closed? Regards, Sascha
Hey @mc-chaos sure, thanks for your supporting!