| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpanNamer
Default implementation of SpanNamer that tries to get the span name as follows:
from the @SpanName annotation on the class if one is present
from the @SpanName annotation on the method if passed object is of a
Method type
from the toString() of the delegate if it's not the
default Object.toString()
the default provided value
|
| Modifier and Type | Method and Description |
|---|---|
TraceAsyncAspect |
AsyncDefaultAutoConfiguration.traceAsyncAspect(brave.Tracer tracer,
SpanNamer spanNamer) |
| Constructor and Description |
|---|
TraceAsyncAspect(brave.Tracer tracer,
SpanNamer spanNamer) |
TraceCallable(brave.Tracing tracing,
SpanNamer spanNamer,
Callable<V> delegate) |
TraceCallable(brave.Tracing tracing,
SpanNamer spanNamer,
Callable<V> delegate,
String name) |
TraceRunnable(brave.Tracing tracing,
SpanNamer spanNamer,
Runnable delegate) |
TraceRunnable(brave.Tracing tracing,
SpanNamer spanNamer,
Runnable delegate,
String name) |
| Constructor and Description |
|---|
SleuthHystrixConcurrencyStrategy(brave.Tracing tracing,
SpanNamer spanNamer) |
| Constructor and Description |
|---|
TraceWebAspect(brave.Tracing tracing,
SpanNamer spanNamer) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.