* Mark all threads/pools as daemon. * Move setDaemon calls inside try blocks as they can throw a security exception. * Add javadoc comment about possibility of SecurityException. * Create common/DaemonThreadFactory and adjust all thread creation to use it. * Apply a name prefix in the DaemonThreadPool; rework and simplify several calling sites accordingly. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle |
README.md
OpenTelemetry SDK Contrib Async Processor
An implementation of the trace SpanProcessors
that uses
Disruptor to make all the SpanProcessors
hooks run
async.
- Java 8 compatible.