Skip to content

Replace HandlerMethodInvoker3PointCut with new instrumentation module #2954

Description

@jtduffy

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.

Metadata

Metadata

Assignees

Labels

2Story Point Estimatesmall

Type

No type
No fields configured for issues without a type.

Projects

Status
Next Quarter Candidates

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions