| Interface | Description |
|---|---|
| SpanCreator |
A contract for creating a new span for a given join point
and the
NewSpan annotation. |
| TagValueExpressionResolver |
Resolves the tag value for the given parameter and the provided expression.
|
| TagValueResolver |
Resolves the tag value for the given parameter.
|
| Class | Description |
|---|---|
| SleuthAnnotationAutoConfiguration |
Auto-configuration that allows creating spans by means of a
NewSpan annotation. |
| SleuthAnnotationProperties |
Sleuth annotation settings
|
| Annotation Type | Description |
|---|---|
| ContinueSpan |
Tells Sleuth that all Sleuth related annotations should be applied
to an existing span instead of creating a new one.
|
| NewSpan |
Allows to create a new span around a public method or a class.
|
| SpanTag |
There are 3 different ways to add tags to a span.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.