AppDynamics Application Intelligence Platform
3.9.x Documentation
AppDynamics Agent for Java supports Jersey 1.x and 2.x by default. Business transaction entry points are named using the following app agent node properties:
By default the business transaction is named using the first two segments of the REST URI and the name of the HTTP method, separated by a period. The application name part of the URI is not used.
rest-transaction-naming={rest-uri}.{http-method}
Using the rest-transaction-naming property, you can name the business transaction using a number of properties. For this example, we'll use the following agent node property:
rest-transaction-naming={class-name}/{method-name}
So, when the App Agent for Java sees a REST resource with a class name of com.company.rest.resources.Employees with a CreateNewEmployee method, it names the business transaction com.company.rest.resources.Employees/CreateNewEmployee.
App Agent Node Properties Reference