HTTP Query Pack¶
HTTP request analysis queries for Azure Container Apps. Use these to investigate latency, error rates, and request patterns.
Data Sources¶
| Table | Description |
|---|---|
ContainerAppConsoleLogs_CL | Application logs including HTTP request details |
requests | Application Insights request telemetry (if configured) |
dependencies | Application Insights dependency calls |
Schema Variation
If _CL tables are empty, try the non-_CL variants (ContainerAppConsoleLogs).
Query Pipeline Overview¶
flowchart LR
A[Raw Logs] --> B[Filter HTTP Patterns]
B --> C[Extract Status/Latency]
C --> D[Aggregate by Time]
D --> E[Visualize Trends] Available Queries¶
| Query | Purpose |
|---|---|
| Latency Trend by Status Code | P50/P95/P99 latency split by HTTP status |
| 5xx Trend Over Time | Server error volume and spike detection |
| Slowest Requests by Path | Identify slow endpoints |
When to Use¶
- Performance degradation reported by users
- Intermittent 5xx errors in monitoring alerts
- Latency SLA breaches
- Post-incident analysis of HTTP behavior