Application failures overview
azure_appinsights_failuresDiagnose app failures from Application Insights: see failure rates, top exceptions, failing dependencies, and slow operations, each with a sample operation ID for full trace.
Instructions
One-call triage of an application from Application Insights: request volume and failure rate, the most frequent failed operations, top exceptions, failing dependencies (databases, HTTP calls, queues) and the slowest operations. Each entry carries a sample operation ID to pass to azure_appinsights_trace for the full end-to-end transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Only this cloud role (service name), for apps that share one Application Insights resource. | |
| hours | No | How many hours to look back (default 24, max 720). | |
| appInsightsId | Yes | Application Insights resource ID, or the ID of an app (App Service, Function app, Container App) linked to one. |