opentelemetry-java/sdk_extensions/async_processor
Christian Neumüller e539890037
Add Context arg to SpanProcessor.OnStart. (#1792)
2020-10-14 11:34:19 +09:00
..
src Add Context arg to SpanProcessor.OnStart. (#1792) 2020-10-14 11:34:19 +09:00
README.md Rename contrib to extensions (#1335) 2020-06-17 16:51:14 +02:00
build.gradle Rename contrib to extensions (#1335) 2020-06-17 16:51:14 +02: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.