opentelemetry-java/sdk_extensions/async_processor
Anuraag Agrawal 3d69aa19a8
Restore source/targetCompatibility declarations for intellij to set version correctly and remo… (#1920)
* Restore source/targetCompatibility declarations for intellij and remove animalsniffer for java 8.

* Newer syntax
2020-10-29 08:11:15 -07:00
..
src Nit: move Context as first argument to SpanProcessor.onStart (#1866) 2020-10-22 19:28:36 -07:00
README.md Rename contrib to extensions (#1335) 2020-06-17 16:51:14 +02:00
build.gradle Restore source/targetCompatibility declarations for intellij to set version correctly and remo… (#1920) 2020-10-29 08:11:15 -07: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.