Uses of Annotation Type
org.springframework.cloud.sleuth.annotation.NewSpan
Packages that use NewSpan
-
Uses of NewSpan in org.springframework.cloud.sleuth.annotation
Methods in org.springframework.cloud.sleuth.annotation with parameters of type NewSpanModifier and TypeMethodDescriptionvoidNewSpanParser.parse(org.aopalliance.intercept.MethodInvocation methodInvocation, NewSpan newSpan, Span span) Override to control the name and tags on an annotation-based span.SleuthMethodInvocationProcessor.process(org.aopalliance.intercept.MethodInvocation invocation, NewSpan newSpan, ContinueSpan continueSpan) Executes a given Sleuth annotated method.