opentracing-contrib / java-opentracing-jaeger-bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Java 59.2%Language:Shell 40.8%