我们有一个基于Spring启动(v1.3.8)的应用程序由New Relic APM监控,它使用Spring Data& amp; Spring Data Rest。 New Relic配置为agentlib。
在此应用程序中,我们有某些端点,如
/Employee/12345
/Employee/search/findEmployeesByDeptId?DeptId=12345
这个终点绑定到基于Spring Data的" CRUDRepository"。
我遇到的问题是,在New Relic下,当它报告长时间运行的事务时,它会将所有这些端点聚合到以下某个端点
/RepositoryEntityController/getCollectionResource
/RepositoryEntityController/getItemResource
/RepositorySearchController/executeSearch
是否进行了调整,以便上述聚合报告一些有意义的URL而不是上述程序?