Skip to content

Application Insights Queries

KQL queries for Application Insights telemetry analysis.

graph TD
    A[requests] --> B[Performance Analysis]
    C[dependencies] --> D[Failure Detection]
    E[exceptions] --> F[Error Trends]

Queries

Query Description
Request Performance P50/P95/P99 latency by endpoint, slow request investigation
Dependency Failures Failing outbound calls, latency impact
Exception Trends Exception volume by type, new exception detection

See Also

Sources