End-to-end transaction
azure_appinsights_traceView the full operation trace in Application Insights: requests, dependencies, exceptions, and logs across services, in time order. Use to diagnose failures end-to-end.
Instructions
Shows everything recorded for one operation ID in Application Insights, in time order: the incoming request, outgoing dependency calls, exceptions with stack details, and log traces, across all services. Get operation IDs from azure_appinsights_failures (sampleOperationId) or from a log query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | How many hours to look back (default 168, max 720). | |
| operationId | Yes | Operation ID (trace ID). | |
| appInsightsId | Yes | Application Insights resource ID, or the ID of an app (App Service, Function app, Container App) linked to one. |