Package io.micronaut.tracing.annotation
Annotation Interface ContinueSpan
@Retention(RUNTIME)
@Inherited
@Target({METHOD,ANNOTATION_TYPE})
@InterceptorBinding(kind=AROUND)
public @interface ContinueSpan
Indicates that the current span should be continued.
Annotation inspired by Spring Sleuth but using Open Tracing and Micronaut AOP.
- Since:
- 1.0
- Author:
- graemerocher