I have installed App Dynamics on-premises and installed the agent where I am hosting my restful services. Each Microservice is hosted on IIS as a virtual directory and has its own application pool.
I can see the remote server where the agent is ins...
Should I go to every controller or every action under controller to decorate it? Can't AppDynamics dicover the request trace by itself and how we can configure it?
I have both, but let start most of them are asp.net core projects that use web api. These are just controllers serving as restful apis that are called from client side application, or apis calling another apis in different application.