github open-telemetry/opentelemetry-java-instrumentation v0.1.1
Version 0.1.1

latest releases: v1.33.2, v2.3.0, v1.33.1...
pre-release4 years ago

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

Don't miss a new opentelemetry-java-instrumentation release

NewReleases is sending notifications on new releases.