You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/alerts-metric-near-real-time.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Here's the full list of Azure monitor metric sources supported by the newer aler
81
81
|Microsoft.Web/hostingEnvironments/multiRolePools | Yes | No |[App Service Environment Multi-Role Pools](../../azure-monitor/platform/metrics-supported.md#microsoftwebhostingenvironmentsmultirolepools)|
82
82
|Microsoft.Web/hostingEnvironments/workerPools | Yes | No |[App Service Environment Worker Pools](../../azure-monitor/platform/metrics-supported.md#microsoftwebhostingenvironmentsworkerpools)|
83
83
|Microsoft.Web/serverfarms | Yes | No |[App Service Plans](../../azure-monitor/platform/metrics-supported.md#microsoftwebserverfarms)|
84
-
|Microsoft.Web/sites | Yes | No |[App Services](../../azure-monitor/platform/metrics-supported.md#microsoftwebsites)|
84
+
|Microsoft.Web/sites | Yes | No |[App Services](../../azure-monitor/platform/metrics-supported.md#microsoftwebsites-excluding-functions) and [Functions](../../azure-monitor/platform/metrics-supported.md#microsoftwebsites-functions)|
85
85
|Microsoft.Web/sites/slots | Yes | No |[App Service slots](../../azure-monitor/platform/metrics-supported.md#microsoftwebsitesslots)|
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/metrics-supported.md
+45-23Lines changed: 45 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
---
2
2
title: Azure Monitor supported metrics by resource type
3
3
description: List of metrics available for each resource type with Azure Monitor.
4
-
author: anirudhcavale
4
+
author: rboucher
5
5
services: azure-monitor
6
-
7
6
ms.topic: reference
8
7
ms.date: 03/17/2020
9
-
ms.author: ancav
8
+
ms.author: robb
10
9
ms.subservice: metrics
11
10
---
12
11
# Supported metrics with Azure Monitor
13
12
13
+
> [!NOTE]
14
+
> This list is largely auto-generated from the Azure Monitor Metrics REST API. Any modification made to this list via Github may be written over without warning. Contact the author of this article for details on how to make permanent updates.
15
+
14
16
Azure Monitor provides several ways to interact with metrics, including charting them in the portal, accessing them through the REST API, or querying them using PowerShell or CLI. Below is a complete list of all metrics currently available with Azure Monitor's metric pipeline. Other metrics may be available in the portal or using legacy APIs. This list below only includes metrics available using the consolidated Azure Monitor metric pipeline. The metrics are organized by namespace. For a list of services and the namespaces that belong to them, see [Resource providers for Azure services](../../azure-resource-manager/management/azure-services-resource-providers.md). To query for and access these metrics programmatically, please use the [2018-01-01 api-version](https://docs.microsoft.com/rest/api/monitor/metricdefinitions)
15
17
16
18
> [!NOTE]
@@ -21,10 +23,6 @@ Azure Monitor provides several ways to interact with metrics, including charting
21
23
> For a list of platform metrics exportable via diagnostic settings, see [this article](metrics-supported-export-diagnostic-settings.md).
@@ -1997,8 +1993,8 @@ Azure Monitor provides several ways to interact with metrics, including charting
1997
1993
|dwu_used|DWU used|Count|Maximum|DWU used. Applies only to data warehouses.|None|
1998
1994
|cache_hit_percent|Cache hit percentage|Percent|Maximum|Cache hit percentage. Applies only to data warehouses.|None|
1999
1995
|cache_used_percent|Cache used percentage|Percent|Maximum|Cache used percentage. Applies only to data warehouses.|None|
2000
-
|sqlserver_process_core_percent|SQL Server process core percent|Percent|Maximum|CPU usage as a percentage of the SQL DB process. Not applicable to data warehouses.|None|
2001
-
|sqlserver_process_memory_percent|SQL Server process memory percent|Percent|Maximum|Memory usage as a percentage of the SQL DB process. Not applicable to data warehouses.|None|
1996
+
|sqlserver_process_core_percent|SQL Server process core percent|Percent|Maximum|CPU usage percentage for the SQL Server process, as measured by the operating system.|None|
1997
+
|sqlserver_process_memory_percent|SQL Server process memory percent|Percent|Maximum|Memory usage percentage for the SQL Server process, as measured by the operating system.|None|
2002
1998
|tempdb_data_size|Tempdb Data File Size Kilobytes|Count|Maximum|Tempdb Data File Size Kilobytes. Not applicable to data warehouses.|None|
2003
1999
|tempdb_log_size|Tempdb Log File Size Kilobytes|Count|Maximum|Tempdb Log File Size Kilobytes. Not applicable to data warehouses.|None|
2004
2000
|tempdb_log_used_percent|Tempdb Percent Log Used|Percent|Maximum|Tempdb Percent Log Used. Not applicable to data warehouses.|None|
@@ -2055,8 +2051,8 @@ Azure Monitor provides several ways to interact with metrics, including charting
|sqlserver_process_core_percent|SQL Server process core percent|Percent|Maximum|CPU usage as a percentage of the SQL DB process. Applies to elastic pools.|None|
2059
-
|sqlserver_process_memory_percent|SQL Server process memory percent|Percent|Maximum|Memory usage as a percentage of the SQL DB process. Applies to elastic pools.|None|
2054
+
|sqlserver_process_core_percent|SQL Server process core percent|Percent|Maximum|CPU usage percentage for the SQL Server process, as measured by the operating system. Applies to elastic pools.|None|
2055
+
|sqlserver_process_memory_percent|SQL Server process memory percent|Percent|Maximum|Memory usage percentage for the SQL Server process, as measured by the operating system. Applies to elastic pools.|None|
2060
2056
|tempdb_data_size|Tempdb Data File Size Kilobytes|Count|Maximum|Tempdb Data File Size Kilobytes|None|
@@ -2346,15 +2342,6 @@ Azure Monitor provides several ways to interact with metrics, including charting
2346
2342
|Percentage CPU|Percentage CPU|Percent|Average|The CPU utilization. This value is reported with 100% representing all processor cores on the system. As an example, a 2-way VM using 50% of a four-core system is completely using two cores.|None|
2347
2343
|PercentageCpuReady|Percentage CPU Ready|Milliseconds|Total|Ready time is the time spend waiting for CPU(s) to become available in the past update interval.|None|
0 commit comments