Package io.micronaut.tracing.annotation
Annotation Type SpanTag
-
@Retention(RUNTIME) @Inherited @Target({PARAMETER,ANNOTATION_TYPE}) public @interface SpanTagApplied to parameters of a method to indicate which parameters should be included in span tags.
Annotation inspired by Spring Sleuth but using Open Tracing and Micronaut AOP.
- Since:
- 1.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringvalue
-