opentelemetry-java/sdk-extensions/async-processor
Anuraag Agrawal e4886283a7
Migrate sdk-extensions to kts. (#2814)
2021-02-15 12:21:10 +09:00
..
src Remove ConfigBuilder and deprecated exporter constants / timeouts (#2506) 2021-01-14 09:31:03 +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.kts Migrate sdk-extensions to kts. (#2814) 2021-02-15 12:21:10 +09:00
gradle.properties Mark a few more modules as alpha release status (#2436) 2021-01-07 20:30:53 -08: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.