Skip to content

opentracing-contrib/java-opentracing-jaeger-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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

License

Apache 2.0 License.