Hello, is there a way to see the full URL of a particular slow Transaction Snapshot? I believe that some of the slow search requests in our system could be caused by a specific user input that is a part of the dynamic URL. But in the Transaction Snapshot dashboard (or in the Transaction Snapshot overview), I only see the aggregated short URL without a user input.
Full URL example: https://host/Search/userInput
Transaction Snapshot dashboard:
Individual transaction overview:
Also, I don't think I have access to the Analytics dashboard.
Hi @Arsenii.Shub ,
Thank you for posting on community. I saw you raised a support case already for this. Hence, I would like to share what was the solution, result of my experimentation, and additional information.
Issue: The URLs shown in BT/Transaction Snapshots are incomplete.
Goal: Differentiate slow search requests in the system caused by specific user input.
Tests: I tested the URL behavior on a .NET MVC web app.
http://host/, we can display the URL as /Search/userInput.https://host/Search/userInput in the BT name./Search/userInput:aspdotnet-core-naming-controlleractionaspdotnet-core-naming-controllerarea
AppDynamics.Agent.Coordinator_service and IIS in the same sequence. After that, apply loads and check the BT/Snapshot if necessary.https://host/Search/userInput:Include, proper Agent type, and Current Entry Point.
URL is not empty${HttpRequest.Scheme}://${HttpRequest.Host}${HttpRequest.Path}${HttpRequest.QueryString}AppDynamics.Agent.Coordinator_service and IIS in the same sequence. After that, apply loads and check the BT/Snapshot if necessary.Final Result: