Skip to content

Releases: open-telemetry/opentelemetry-java-instrumentation

Version 0.1.1

07 Feb 22:04
5cc9835
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

This first release takes the easy route and directly bundles the Jaeger exporter and only the Jaeger exporter (in the next release, you will be able to plug in the exporter of your choice).

Download and try it out on your (non-production) app today, and let us know what works and what doesn't!

To add it to your app, e.g.:

java -javaagent:/path/to/opentelemetry-auto-0.1.1.jar \
     -Dota.exporter=jaeger \
     -Dota.jaeger.host=localhost \
     -Dota.jaeger.port=14250 \
     -Dota.service=shopping \
     -jar myapp.jar