An eelgrass-bay ranger reports one checkout that hung at 14:03. How should the developer locate that single operation in Application Insights?
Select an answer to reveal the explanation.
Short Explanation
One hung checkout needs transaction/search—find that operation id and walk its timeline. A month-long average chart will never name the 14:03 victim.
Full Explanation
Transaction search (end-to-end operation search) locates a specific request and its correlated dependencies and exceptions. Aggregated subscription or resource metrics hide individual incidents. Pipeline dashboards and deleting telemetry do not solve a single-operation investigation in Application Insights.