| Class | Description |
|---|---|
| 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 |
A decorator class for
ExecutorService to support tracing in Executors. |
| TraceableScheduledExecutorService |
A decorator class for
ScheduledExecutorService to support tracing in Executors. |
| 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.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.