Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
02-23-2018 12:04 PM
I want to know if it is possible to show request content on Controller UI.
Specifically, we have windows services running Asp.net Web API apps that accept requests which are JSON text (not binary). Performance of that apps are shown on Controller UI. But I want to know if it is possible that content of requests can be also displayed on Controller UI.
02-25-2018 11:20 PM
Hi,
There is no direct option to capture the raw request, but, if you can read the incoming request in your application code and then parse the required content into an object, then you can create the Method Incovation Data Collectors on that object to capture the required information. Please refer to the following document link to create the Data Collectors https://docs.appdynamics.com/display/PRO44/Data+Collectors#DataCollectors-TypesofDataCollectors
Thanks,
Venu.
02-27-2018 02:33 AM
Hi venu.babu,
Thanks for the info.
I cannot see code example for .NET from the link provided below. Where can I find it?
https://docs.appdynamics.com/display/PRO44/Data+Collectors#DataCollectors-TypesofDataCollectors
03-05-2018 08:47 PM
Hi,
For the .Net, it is similar to Java code, the package name in java code refers to namespace in .Net code.
Thanks,
Venu.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form