tsipo / java-concurrent

OpenTracing-aware helpers related to java.util.concurrent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenTracing-aware helpers related to java.util.concurrent

License:Apache License 2.0


Languages

Language:Java 78.8%Language:Shell 21.2%