OpenTracing Brave Bundle. It builds on top of the brave artifact.
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:brave-bundle-0.0.1-SNAPSHOT.jar com.mycompany.MyService
mvn package