Package io.micrometer.tracing.annotation
Interface NewSpanParser
- All Known Implementing Classes:
DefaultNewSpanParser
public interface NewSpanParser
Parses data for a span created via a
NewSpan annotation.- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
parse
Override to control the name and tags on an annotation-based span.- Parameters:
methodInvocation- method invocation annotated with new spannewSpan- meta data of the new spanspan- span to customize
-