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-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: