| Interface | Description |
|---|---|
| SpanAdjuster |
Adds ability to adjust a span before reporting it.
|
| SpanNamer |
Describes how for a given object a span should be named.
|
| Class | Description |
|---|---|
| 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
|
| Annotation Type | Description |
|---|---|
| SpanName |
Annotation to provide the name for the span.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.