opentelemetry-java/sdk_extensions/async_processor
Anuraag Agrawal 6dffbb8fc4
Migrate tests to JUnit5 (#1489)
* Add JUnit 5 dependency

* Revert unintended
2020-07-31 11:10:27 -07:00
..
src Migrate tests to JUnit5 (#1489) 2020-07-31 11:10:27 -07: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.