OpenTracing instrumentation for java.util.concurrent
package. It instruments ExecutorService
, Executor
,
Runnable
and Callable
.
ExecutorService executorService = new TracedExecutorService(Executors.newFixedThreadPool(4), tracer);
./mvnw clean install
Follow instructions in RELEASE