Interface NewSpanParser
-
public interface NewSpanParserParses data for a span created via aNewSpanannotation.- Since:
- 2.0.0
- Author:
- Adrian Cole
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(org.aopalliance.intercept.MethodInvocation methodInvocation, NewSpan newSpan, Span span)Override to control the name and tags on an annotation-based span.
-
-
-
Method Detail
-
parse
void parse(org.aopalliance.intercept.MethodInvocation methodInvocation, NewSpan newSpan, Span span)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
-
-