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":"0ea08eec-5f49-42f7-8d18-20fc1e60ede6"}}
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