opentelemetry-java/sdk-extensions/async-processor
Anuraag Agrawal 96c7f404b4
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
..
src Hide implementation of MultiSpanExporter/Processor behind interface. (#2091) 2020-11-20 10:54:35 +09: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.