opentelemetry-java/sdk_contrib/async_processor
John Bley 04c34bf5da
Mark all threads/pools as daemon. (#1120)
* Mark all threads/pools as daemon.

* Move setDaemon calls inside try blocks as they can throw a security exception.

* Add javadoc comment about possibility of SecurityException.

* Create common/DaemonThreadFactory and adjust all thread creation to use it.

* Apply a name prefix in the DaemonThreadPool; rework and simplify several calling sites accordingly.
2020-04-20 07:12:39 -07:00
..
src Mark all threads/pools as daemon. (#1120) 2020-04-20 07:12:39 -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.