jaeger exporter #1978
-
Hi all, I am trying to enable auto instrumentation on my app and export the traces to jeager. As per the doc https://opentelemetry.io/docs/java/getting_started or https://github.com/open-telemetry/opentelemetry-java-instrumentation I should add below properties to start my app, but it does not tell where to find exporter for jeager. Do I need to build the jar from source? java -javaagent:path/to/opentelemetry-javaagent-all.jar |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @shivchelwa - https://github.com/open-telemetry/opentelemetry-java-instrumentation#jaeger-exporter |
Beta Was this translation helpful? Give feedback.
Hi @shivchelwa -
jaeger
is included in the agent by default, so you don't need to specify anything forotel.exporter.jar
. Just set-Dotel.exporter=jaeger
and most likely the endpoint as mentioned herehttps://github.com/open-telemetry/opentelemetry-java-instrumentation#jaeger-exporter