Description
Point cut: com.newrelic.agent.instrumentation.pointcuts.frameworks.spring.SpringDispatcherPointCut
Instruments the following classes/methods:
org.springframework.web.servlet.DispatcherServlet.render(ModelAndView, HttpServletRequest, HttpServletResponse)
org.springframework.web.servlet.DispatcherServlet.doDispatch(HttpServletRequest, HttpServletResponse)
Note that there are javax and jakarta variants for the request/response param types for a total of 2 instrumentation points.
This generates metric names for things like:
Java/org.springframework.web.servlet.DispatcherServlet/doDispatch
SpringView/Java/org.springframework.web.servlet.DispatcherServlet/render
These methods should be able to be incorporated into the existing spring-x modules.
Description
Point cut: com.newrelic.agent.instrumentation.pointcuts.frameworks.spring.SpringDispatcherPointCut
Instruments the following classes/methods:
Note that there are javax and jakarta variants for the request/response param types for a total of 2 instrumentation points.
This generates metric names for things like:
Java/org.springframework.web.servlet.DispatcherServlet/doDispatchSpringView/Java/org.springframework.web.servlet.DispatcherServlet/renderThese methods should be able to be incorporated into the existing spring-x modules.