opentelemetry-java/sdk_contrib/async_processor
Bogdan Drutu db5347a3ee
Fix that disruptor does not accept events after shutdown. (#496)
2019-08-15 16:05:32 -07:00
..
src Fix that disruptor does not accept events after shutdown. (#496) 2019-08-15 16:05:32 -07:00
README.md Add an AsyncSpanProcessor that uses Disruptor. (#468) 2019-08-13 10:51:11 -07:00
build.gradle Add an AsyncSpanProcessor that uses Disruptor. (#468) 2019-08-13 10:51:11 -07:00

README.md

OpenTelemetry SDK Contrib Async Processor

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

  • Java 8 compatible.