@Retention(value=RUNTIME)
@Inherited
@Target(value=PARAMETER)
public @interface SpanTag
Applied 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
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value |