opentelemetry-java/sdk_contrib/async_processor
Bogdan Drutu 4c7072a1e4
Add javadoc link to all readmes (#981)
Signed-off-by: Bogdan Cristian Drutu <bogdandrutu@gmail.com>
2020-03-09 14:32:22 -07:00
..
src Small cleanups in async processor (#934) 2020-02-27 15:42:01 -08:00
README.md Add javadoc link to all readmes (#981) 2020-03-09 14:32:22 -07:00
build.gradle Switch to use pluginManagement, Use gradle plugin for jmh. (#903) 2020-02-21 10:19:51 -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.

  • Java 8 compatible.