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