opentelemetry-java/sdk-extensions/async-processor
Anuraag Agrawal 3701a8bdf6
Move DaemonThreadFactory to internal package. (#2288)
2020-12-14 21:06:00 -08:00
..
src Move DaemonThreadFactory to internal package. (#2288) 2020-12-14 21:06:00 -08:00
README.md Don't repeat Java 8 support among all the subproject READMEs and at top level, clarify that published artifacts are Java 8, but building requires additional instructions. (#2124) 2020-11-24 09:04:40 -08:00
build.gradle Rename folder names from underscore to hyphen (#1968) 2020-11-03 14:46:40 +09:00

README.md

OpenTelemetry SDK Contrib Async Processor

Javadocs

An implementation of the trace SpanProcessors that uses Disruptor to make all the SpanProcessors hooks run async.