Package org.springframework.cloud.sleuth.annotation
-
Interface Summary Interface Description NewSpanParser Parses data for a span created via aNewSpan
annotation.SleuthMethodInvocationProcessor Contract for processing Sleuth annotations.TagValueExpressionResolver Resolves the tag value for the given parameter and the provided expression.TagValueResolver Resolves the tag value for the given parameter. -
Class Summary Class Description NoOpTagValueResolver Does nothing. -
Annotation Types Summary 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.SpanTag There are 3 different ways to add tags to a span.