| ExecutorInstrumentor |
Wraps Executors in tracing representations.
|
| LazyTraceAsyncCustomizer |
AsyncConfigurerSupport that creates a tracing data passing version of the
Executor.
|
| LazyTraceAsyncTaskExecutor |
|
| LazyTraceExecutor |
|
| LazyTraceThreadPoolTaskExecutor |
Trace representation of ThreadPoolTaskExecutor.
|
| TraceableExecutorService |
|
| TraceableScheduledExecutorService |
|
| TraceAsyncAspect |
Aspect that creates a new Span for running threads executing methods annotated with
Async annotation.
|
| TraceAsyncListenableTaskExecutor |
AsyncListenableTaskExecutor that wraps all Runnable / Callable tasks into their trace
related representation.
|
| TraceCallable<V> |
Callable that passes Span between threads.
|
| TraceRunnable |
Runnable that passes Span between threads.
|