|
1 | 1 | ---
|
2 |
| -title: Control plane metrics in Azure Monitor |
3 |
| -description: Azure Resource Manager metrics in Azure Monitor | Traffic and latency observability for subscription-level control plane requests |
| 2 | +title: Monitor Azure Resource Manager |
| 3 | +description: Start here to learn how to monitor Azure Resource Manager. Learn about Traffic and latency observability for subscription-level control plane requests. |
| 4 | +ms.date: 07/16/2024 |
| 5 | +ms.custom: horz-monitor, devx-track-arm-template |
4 | 6 | ms.topic: conceptual
|
5 |
| -ms.custom: devx-track-arm-template |
6 |
| -ms.date: 03/19/2024 |
| 7 | +author: mumian |
| 8 | +ms.author: jgao |
| 9 | +ms.service: azure-resource-manager |
7 | 10 | ---
|
8 | 11 |
|
9 |
| -# Azure Resource Manager metrics in Azure Monitor |
| 12 | +# Monitor Azure Resource Manager |
| 13 | + |
| 14 | +[!INCLUDE [horz-monitor-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-intro.md)] |
| 15 | + |
| 16 | +<!-- ## Insights. OPTIONAL. If your service has Azure Monitor insights, add the following include and add information about what your insights provide. You can refer to another article that gives details or add a screenshot. |
| 17 | +[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)] --> |
| 18 | + |
| 19 | +[!INCLUDE [horz-monitor-resource-types](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-types.md)] |
| 20 | + |
| 21 | +For more information about the resource types for Resource Manager, see [Azure Resource Manager monitoring data reference](monitor-resource-manager-reference.md). |
| 22 | + |
| 23 | +[!INCLUDE [horz-monitor-data-storage](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-data-storage.md)] |
| 24 | + |
| 25 | +[!INCLUDE [horz-monitor-platform-metrics](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-platform-metrics.md)] |
| 26 | + |
| 27 | +For a list of available metrics for Resource Manager, see [Azure Resource Manager monitoring data reference](monitor-resource-manager-reference.md#metrics). |
| 28 | + |
10 | 29 | When you create and manage resources in Azure, your requests are orchestrated through Azure's [control plane](./control-plane-and-data-plane.md), Azure Resource Manager. This article describes how to monitor the volume and latency of control plane requests made to Azure.
|
11 | 30 |
|
12 | 31 | With these metrics, you can observe traffic and latency for control plane requests throughout your subscriptions. For example, you can now figure out when your requests have been throttled or failed by filtering for specific status codes by [examining throttled requests](#examining-throttled-requests) and [examining server errors](#examining-server-errors).
|
13 | 32 |
|
14 | 33 | The metrics are available for up to three months (93 days) and only track synchronous requests. For a scenario like a VM creation, the metrics do not represent the performance or reliability of the long running asynchronous operation.
|
15 | 34 |
|
| 35 | + |
| 36 | + |
16 | 37 | ## Accessing Azure Resource Manager metrics
|
17 | 38 |
|
18 | 39 | You can access control plane metrics via the Azure Monitor REST APIs, SDKs, and the Azure portal (by selecting the "Azure Resource Manager" metric). For an overview on Azure Monitor, see [Azure Monitor Metrics](../../monitoring-and-diagnostics/monitoring-overview-metrics.md).
|
@@ -186,6 +207,47 @@ curl --location --request GET 'https://management.azure.com/subscriptions/000000
|
186 | 207 |
|
187 | 208 | You can also accomplish generic server errors filtering within portal by setting the filter property to 'StatusCodeClass' and the value to '5xx', similar to what was done in the throttling example.
|
188 | 209 |
|
189 |
| -## Next steps |
190 | 210 |
|
191 |
| -* [Azure Monitor Overview](../../monitoring-and-diagnostics/monitoring-overview.md) |
| 211 | +<!-- ## OPTIONAL [TODO-replace-with-service-name] metrics |
| 212 | +If your service uses any non-Azure Monitor based metrics, add the following include and more information. |
| 213 | +[!INCLUDE [horz-monitor-custom-metrics](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-non-monitor-metrics.md)] --> |
| 214 | + |
| 215 | +<!-- ## Azure Monitor resource logs --> |
| 216 | + |
| 217 | +[!INCLUDE [horz-monitor-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-logs.md)] |
| 218 | + |
| 219 | +[!INCLUDE [horz-monitor-no-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-no-resource-logs.md)] |
| 220 | + |
| 221 | +[!INCLUDE [horz-monitor-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)] |
| 222 | + |
| 223 | +[!INCLUDE [horz-monitor-analyze-data](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-analyze-data.md)] |
| 224 | + |
| 225 | +[!INCLUDE [horz-monitor-external-tools](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-external-tools.md)] |
| 226 | + |
| 227 | +[!INCLUDE [horz-monitor-kusto-queries](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-kusto-queries.md)] |
| 228 | + |
| 229 | +<!-- REQUIRED. Add sample Kusto queries for your service here. --> |
| 230 | + |
| 231 | +<!-- ## Alerts --> |
| 232 | +[!INCLUDE [horz-monitor-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-alerts.md)] |
| 233 | + |
| 234 | + |
| 235 | +<!-- OPTIONAL. ONLY if applications run on your service that work with Application Insights, add the following include. |
| 236 | +[!INCLUDE [horz-monitor-insights-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights-alerts.md)] |
| 237 | +<!-- ### [TODO-replace-with-service-name] alert rules. REQUIRED. --> |
| 238 | + |
| 239 | +### Resource Manager alert rules |
| 240 | + |
| 241 | +The following table lists some suggested alert rules for Resource Manager. These alerts are just examples. You can set alerts for any metric, log entry, or activity log entry listed in the [Azure Resource Manager monitoring data reference](monitor-resource-manager-reference.md). |
| 242 | + |
| 243 | +| Alert type | Condition | Description | |
| 244 | +|:---|:---|:---| |
| 245 | +| | | | |
| 246 | +| | | | |
| 247 | + |
| 248 | +[!INCLUDE [horz-monitor-advisor-recommendations](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-advisor-recommendations.md)] |
| 249 | + |
| 250 | +## Related content |
| 251 | + |
| 252 | +- See [Azure Resource Manager monitoring data reference](monitor-resource-manager-reference.md) for a reference of the metrics, logs, and other important values created for Resource Manager. |
| 253 | +- See [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for general details on monitoring Azure resources. |
0 commit comments