opentelemetry-java/sdk_contrib/async_processor
Nikita Salnikov-Tarnovski 7aca0d9192
Apply bom imports only if needed (#1281)
2020-05-29 12:35:15 -07:00
..
src Update config / deps to allow building on Java 14. (#1287) 2020-05-29 08:55:38 -07:00
README.md Add javadoc link to all readmes (#981) 2020-03-09 14:32:22 -07:00
build.gradle Apply bom imports only if needed (#1281) 2020-05-29 12:35:15 -07: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.