Understanding Azure Monitor
Azure Monitor provides comprehensive and centralized logging, monitoring, and analysis services within Azure. It can be used for both your cloud and on-premises resources and acts as your central hub for monitoring within the Azure portal. The service creates insights that help you to analyze the health, performance, and overall effectiveness of your infrastructure, as well as assist you with troubleshooting issues (such as potential issues impacting your applications and any dependent resources).
Metrics versus Logs
The data collected by Azure Monitor falls into two main categories – metrics and logs:
- Metrics: Numerical values that represent a system’s state at a specific point in time and are great for near real-time monitoring.
- Logs: Records of events, traces, and performance data. Logs can be combined from different sources for in-depth analysis and consumption.
The data in Azure Monitor is stored in a common data...