Description
Create a new module that fills the gaps from the removal of the HandlerMethodInvoker3PointCut.
Specifically, the point cut creates a named tracer for the invokeHandlerMethod method in the format: Spring/Java/{controllerName}/{methodName}. The existing spring modules do not instrument this method.
Instead of modifying existing spring-x.x.x modules, the approach should be to create a new module that applies to v3.0.0 - v5.0.0, otherwise we would need to cap the existing 4.3.0 module at v5 and then create another copy/paste module for v5 through current that dups all the code in 4.3.0.
Description
Create a new module that fills the gaps from the removal of the
HandlerMethodInvoker3PointCut.Specifically, the point cut creates a named tracer for the
invokeHandlerMethodmethod in the format:Spring/Java/{controllerName}/{methodName}. The existing spring modules do not instrument this method.Instead of modifying existing spring-x.x.x modules, the approach should be to create a new module that applies to v3.0.0 - v5.0.0, otherwise we would need to cap the existing 4.3.0 module at v5 and then create another copy/paste module for v5 through current that dups all the code in 4.3.0.