Dashboard
Health and Performance
High-level overview of application health and performance metrics.
Panel preview
Health and Performance
Unable to load chart data: Log Analytics query failed (401): {"error":{"message":"Valid authentication was not provided","code":"AuthorizationRequiredError","correlationId":"ba2c1a48-8b0d-4a40-b9b6-f6de2feec83c"}}
Configuration
Update metadata, KQL queries, or embed links.
Metadata
- Slug
- health-and-performance
- Panel type
- chart
- Tags
- telemetryperformancehealth
KQL query
requests
| summarize
request_count=count(),
avg_duration=avg(duration),
p95_duration=percentile(duration, 95)
by bin(timestamp, 1h)
| order by timestamp asc