Package io.micronaut.tracing.annotation
Annotation 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.
- Since:
- 1.0
- Author:
- graemerocher
-
Optional Element Summary
-
Element Details
-
value
String value- Returns:
- the key to use for the tag
- Default:
- ""
-