Annotation Type ContinueSpan
-
@Retention(RUNTIME) @Inherited @Target(METHOD) public @interface ContinueSpan
Tells Sleuth that all Sleuth related annotations should be applied to an existing span instead of creating a new one.- Since:
- 1.2.0
- Author:
- Marcin Grzejszczak
-
-
Element Detail
-
log
String log
Log statement to be appended to the span.- Returns:
- - the value passed to the annotation will be used and the framework will
create two events with the
.start
and.end
suffixes.
- Default:
- ""
-
-