OpenTracing Jaeger Tracer Bundle
OpenTracing Jaeger Client Bundle. It builds on top of the java-client artifact, which uses Thrift
.
This project builds a fat-jar with all its dependencies, along with simple configuration, in order to ease deployment, which can then be retrieved using the TracerFactory
pattern (from java-tracerresolver ). It can be used with any OpenTracing instrumentation library.
java -cp:$MYCLASSPATH:jaeger-client-bundle-SNAPSHOT.jar com.mycompany.MyService
Development
mvn package