Quick Notes91 words
Configuring telemetry collection — quick notes
Telemetry collection — quick notes
| Product | Collects |
|---|---|
| Application Insights | Requests, dependencies, exceptions, traces |
| VM Insights | VM performance + dependency map |
| Container Insights | AKS / container performance |
| Azure Monitor for Storage | Storage performance/availability |
| Azure Monitor for Networks | Network health |
- Application question → Application Insights. Infrastructure question → VM/Container Insights.
- Sampling preserves shape, loses individual events — know the rate.
- Instrument before the incident; telemetry added after does not help.