Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 859 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 859 Bytes

Build Status Released Version

OpenTracing instrumentation for java.util.concurrent

OpenTracing instrumentation for java.util.concurrent package. It instruments ExecutorService, Executor, Runnable and Callable.

Configuration

ExecutorService executorService = new TracedExecutorService(Executors.newFixedThreadPool(4), tracer);

Development

./mvnw clean install

Release

Follow instructions in RELEASE