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
on 07-30-2024 04:23 PM
Issue: The URLs shown in BT/Transaction Snapshots are incomplete.
Goal:Need full URL to differentiate slow search requests in the system caused by specific user input.
Full URL example: https://host/Search/userInput
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