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
12-19-2023 10:57 PM
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.
07-28-2024 06:53 PM - edited 07-28-2024 07:39 PM
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-controlleraction
aspdotnet-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:
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form