opentelemetry-cpp-contrib icon indicating copy to clipboard operation
opentelemetry-cpp-contrib copied to clipboard

How to report traces directly to jaeger.

Open nicolastakashi opened this issue 3 years ago • 1 comments
trafficstars

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?

nicolastakashi avatar Mar 08 '22 21:03 nicolastakashi

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

lalitb avatar Mar 08 '22 21:03 lalitb

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

mc-chaos avatar Oct 10 '22 17:10 mc-chaos

@nicolastakashi : Gould this closed? Regards, Sascha

mc-chaos avatar Apr 09 '23 18:04 mc-chaos

Hey @mc-chaos sure, thanks for your supporting!

nicolastakashi avatar Apr 10 '23 07:04 nicolastakashi