opentelemetry-java/sdk_contrib/async_processor
Giovanni Liva b30790c97e
Configuration for Disruptor and Zipkin (#1254)
* add configuration for Disruptor and Zipkin

* Fix checkstyle violation

* Address feedback

* Update Javadoc

* Add missing config test for Zipkin Exporter
2020-05-28 07:15:54 -07:00
..
src Configuration for Disruptor and Zipkin (#1254) 2020-05-28 07:15:54 -07: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.