opentelemetry-java/sdk_contrib/async_processor
Jonathan Giles ecad8609aa Introduce automatic module names into all libraries being built. (#781)
* Introduce automatic module names into all libraries being built.

* Centralise manifest config of automatic module name into root build.gradle file.

* Adding empty new lines
2020-01-22 18:22:00 -08: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 Introduce automatic module names into all libraries being built. (#781) 2020-01-22 18:22:00 -08: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.