JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micrometer.tracing.annotation
ContinueSpan
Contents
Description
Optional Element Summary
Element Details
log
Hide sidebar
Show sidebar
Annotation Interface ContinueSpan
@Retention
(
RUNTIME
)
@Inherited
@Target
(
METHOD
)
public @interface
ContinueSpan
Continues the existing span.
Since:
1.0.0
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
log
Log statement to be appended to the span.
Element Details
log
String
log
Log statement to be appended to the span.
Returns:
value to be logged
Default:
""