public interface TraceInterceptor
Modifier and Type | Method and Description |
---|---|
Collection<? extends MutableSpan> |
onTraceComplete(Collection<? extends MutableSpan> trace)
After a trace is "complete" but before it is written, it is provided to the interceptors to
modify.
|
int |
priority() |
Collection<? extends MutableSpan> onTraceComplete(Collection<? extends MutableSpan> trace)
trace
- - The collection of spans that represent a trace. Can be modified in place. Order
of spans should not be relied upon.int priority()