Skip to content

Commit cab9377

Browse files
committed
update fixes
1 parent c107197 commit cab9377

File tree

2 files changed

+46
-24
lines changed

2 files changed

+46
-24
lines changed

articles/azure-monitor/platform/alerts-metric-near-real-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Here's the full list of Azure monitor metric sources supported by the newer aler
8181
|Microsoft.Web/hostingEnvironments/multiRolePools | Yes | No | [App Service Environment Multi-Role Pools](../../azure-monitor/platform/metrics-supported.md#microsoftwebhostingenvironmentsmultirolepools)|
8282
|Microsoft.Web/hostingEnvironments/workerPools | Yes | No | [App Service Environment Worker Pools](../../azure-monitor/platform/metrics-supported.md#microsoftwebhostingenvironmentsworkerpools)|
8383
|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)|
8585
|Microsoft.Web/sites/slots | Yes | No | [App Service slots](../../azure-monitor/platform/metrics-supported.md#microsoftwebsitesslots)|
8686

8787
## Payload schema

articles/azure-monitor/platform/metrics-supported.md

Lines changed: 45 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
---
22
title: Azure Monitor supported metrics by resource type
33
description: List of metrics available for each resource type with Azure Monitor.
4-
author: anirudhcavale
4+
author: rboucher
55
services: azure-monitor
6-
76
ms.topic: reference
87
ms.date: 03/17/2020
9-
ms.author: ancav
8+
ms.author: robb
109
ms.subservice: metrics
1110
---
1211
# Supported metrics with Azure Monitor
1312

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+
1416
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)
1517

1618
> [!NOTE]
@@ -21,10 +23,6 @@ Azure Monitor provides several ways to interact with metrics, including charting
2123
> For a list of platform metrics exportable via diagnostic settings, see [this article](metrics-supported-export-diagnostic-settings.md).
2224
2325

24-
25-
26-
27-
2826
## Microsoft.AnalysisServices/servers
2927

3028
|Metric|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
@@ -1969,8 +1967,6 @@ Azure Monitor provides several ways to interact with metrics, including charting
19691967

19701968

19711969

1972-
1973-
19741970
## Microsoft.Sql/servers/databases
19751971

19761972
|Metric|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
@@ -1997,8 +1993,8 @@ Azure Monitor provides several ways to interact with metrics, including charting
19971993
|dwu_used|DWU used|Count|Maximum|DWU used. Applies only to data warehouses.|None|
19981994
|cache_hit_percent|Cache hit percentage|Percent|Maximum|Cache hit percentage. Applies only to data warehouses.|None|
19991995
|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|
20021998
|tempdb_data_size|Tempdb Data File Size Kilobytes|Count|Maximum|Tempdb Data File Size Kilobytes. Not applicable to data warehouses.|None|
20031999
|tempdb_log_size|Tempdb Log File Size Kilobytes|Count|Maximum|Tempdb Log File Size Kilobytes. Not applicable to data warehouses.|None|
20042000
|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
20552051
|database_cpu_limit|CPU limit|Count|Average|CPU limit|DatabaseResourceId|
20562052
|cpu_used|CPU used|Count|Average|CPU used. Applies to vCore-based elastic pools.|None|
20572053
|database_cpu_used|CPU used|Count|Average|CPU used|DatabaseResourceId|
2058-
|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|
20602056
|tempdb_data_size|Tempdb Data File Size Kilobytes|Count|Maximum|Tempdb Data File Size Kilobytes|None|
20612057
|tempdb_log_size|Tempdb Log File Size Kilobytes|Count|Maximum|Tempdb Log File Size Kilobytes|None|
20622058
|tempdb_log_used_percent|Tempdb Percent Log Used|Percent|Maximum|Tempdb Percent Log Used|None|
@@ -2346,15 +2342,6 @@ Azure Monitor provides several ways to interact with metrics, including charting
23462342
|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|
23472343
|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|
23482344

2349-
2350-
2351-
2352-
2353-
2354-
2355-
2356-
2357-
23582345
## Microsoft.Web/serverfarms
23592346

23602347
|Metric|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
@@ -2375,7 +2362,7 @@ Azure Monitor provides several ways to interact with metrics, including charting
23752362
|TcpLastAck|TCP Last Ack|Count|Average|TCP Last Ack|Instance|
23762363
|TcpTimeWait|TCP Time Wait|Count|Average|TCP Time Wait|Instance|
23772364

2378-
## Microsoft.Web/sites
2365+
## Microsoft.Web/sites (excluding functions)
23792366

23802367
> [!NOTE]
23812368
> **File System Usage** is a new metric being rolled out globally, no data is expected unless you have been whitelisted for private preview.
@@ -2422,6 +2409,40 @@ Azure Monitor provides several ways to interact with metrics, including charting
24222409
|HealthCheckStatus|Health check status|Count|Average|Health check status|Instance|
24232410
|FileSystemUsage|File System Usage|Bytes|Average|File System Usage|None|
24242411

2412+
## Microsoft.Web/sites (functions)
2413+
2414+
> [!NOTE]
2415+
> **File System Usage** is a new metric being rolled out globally, no data is expected unless you have been whitelisted for private preview.
2416+
2417+
> [!IMPORTANT]
2418+
> **Average Response Time** will be deprecated to avoid confusion with metric aggregations. Use **Response Time** as a replacement.
2419+
2420+
|Metric|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
2421+
|---|---|---|---|---|---|
2422+
|BytesReceived|Data In|Bytes|Total|Data In|Instance|
2423+
|BytesSent|Data Out|Bytes|Total|Data Out|Instance|
2424+
|Http5xx|Http Server Errors|Count|Total|Http Server Errors|Instance|
2425+
|MemoryWorkingSet|Memory working set|Bytes|Average|Memory working set|Instance|
2426+
|AverageMemoryWorkingSet|Average memory working set|Bytes|Average|Average memory working set|Instance|
2427+
|FunctionExecutionUnits|Function Execution Units|MB / Milliseconds|Total|[Function Execution Units](https://github.com/Azure/Azure-Functions/wiki/Consumption-Plan-Cost-Billing-FAQ#how-can-i-view-graphs-of-execution-count-and-gb-seconds)|Instance|
2428+
|FunctionExecutionCount|Function Execution Count|Count|Total|Function Execution Count|Instance|
2429+
|PrivateBytes|Private Bytes|Bytes|Average|Private Bytes|Instance|
2430+
|IoReadBytesPerSecond|IO Read Bytes Per Second|BytesPerSecond|Total|IO Read Bytes Per Second|Instance|
2431+
|IoWriteBytesPerSecond|IO Write Bytes Per Second|BytesPerSecond|Total|IO Write Bytes Per Second|Instance|
2432+
|IoOtherBytesPerSecond|IO Other Bytes Per Second|BytesPerSecond|Total|IO Other Bytes Per Second|Instance|
2433+
|IoReadOperationsPerSecond|IO Read Operations Per Second|BytesPerSecond|Total|IO Read Operations Per Second|Instance|
2434+
|IoWriteOperationsPerSecond|IO Write Operations Per Second|BytesPerSecond|Total|IO Write Operations Per Second|Instance|
2435+
|IoOtherOperationsPerSecond|IO Other Operations Per Second|BytesPerSecond|Total|IO Other Operations Per Second|Instance|
2436+
|RequestsInApplicationQueue|Requests In Application Queue|Count|Average|Requests In Application Queue|Instance|
2437+
|CurrentAssemblies|Current Assemblies|Count|Average|Current Assemblies|Instance|
2438+
|TotalAppDomains|Total App Domains|Count|Average|Total App Domains|Instance|
2439+
|TotalAppDomainsUnloaded|Total App Domains Unloaded|Count|Average|Total App Domains Unloaded|Instance|
2440+
|Gen0Collections|Gen 0 Garbage Collections|Count|Total|Gen 0 Garbage Collections|Instance|
2441+
|Gen1Collections|Gen 1 Garbage Collections|Count|Total|Gen 1 Garbage Collections|Instance|
2442+
|Gen2Collections|Gen 2 Garbage Collections|Count|Total|Gen 2 Garbage Collections|Instance|
2443+
|HealthCheckStatus|Health check status|Count|Average|Health check status|Instance|
2444+
|FileSystemUsage|File System Usage|Bytes|Average|File System Usage|None|
2445+
24252446
## Microsoft.Web/sites/slots
24262447

24272448
|Metric|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
@@ -2505,3 +2526,4 @@ Azure Monitor provides several ways to interact with metrics, including charting
25052526
* [Read about metrics in Azure Monitor](data-platform.md)
25062527
* [Create alerts on metrics](alerts-overview.md)
25072528
* [Export metrics to storage, Event Hub, or Log Analytics](platform-logs-overview.md)
2529+

0 commit comments

Comments
 (0)