Skip to content

Commit 18112eb

Browse files
authored
Merge pull request #110366 from stevestein/sqldb-metrics
sqldb - update metrics.
2 parents e7e25e9 + 0f99f3b commit 18112eb

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-15
lines changed

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

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: List of metrics available for each resource type with Azure Monitor
44
author: rboucher
55
services: azure-monitor
66
ms.topic: reference
7-
ms.date: 03/17/2020
7+
ms.date: 04/06/2020
88
ms.author: robb
99
ms.subservice: metrics
1010
---
@@ -1993,11 +1993,11 @@ Azure Monitor provides several ways to interact with metrics, including charting
19931993
|dwu_used|DWU used|Count|Maximum|DWU used. Applies only to data warehouses.|None|
19941994
|cache_hit_percent|Cache hit percentage|Percent|Maximum|Cache hit percentage. Applies only to data warehouses.|None|
19951995
|cache_used_percent|Cache used percentage|Percent|Maximum|Cache used percentage. Applies only 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|
1998-
|tempdb_data_size|Tempdb Data File Size Kilobytes|Count|Maximum|Tempdb Data File Size Kilobytes. Not applicable to data warehouses.|None|
1999-
|tempdb_log_size|Tempdb Log File Size Kilobytes|Count|Maximum|Tempdb Log File Size Kilobytes. Not applicable to data warehouses.|None|
2000-
|tempdb_log_used_percent|Tempdb Percent Log Used|Percent|Maximum|Tempdb Percent Log Used. Not applicable to data warehouses.|None|
1996+
|sqlserver_process_core_percent<sup>1</sup> |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<sup>1</sup> |SQL Server process memory percent|Percent|Maximum|Memory usage percentage for the SQL Server process, as measured by the operating system.|None|
1998+
|tempdb_data_size<sup>2</sup> |Tempdb Data File Size Kilobytes|Count|Maximum|Tempdb Data File Size Kilobytes.|None|
1999+
|tempdb_log_size<sup>2</sup> |Tempdb Log File Size Kilobytes|Count|Maximum|Tempdb Log File Size Kilobytes.|None|
2000+
|tempdb_log_used_percent<sup>2</sup> |Tempdb Percent Log Used|Percent|Maximum|Tempdb Percent Log Used.|None|
20012001
|local_tempdb_usage_percent|Local tempdb percentage|Percent|Average|Local tempdb percentage. Applies only to data warehouses.|None|
20022002
|app_cpu_billed|App CPU billed|Count|Total|App CPU billed. Applies to serverless databases.|None|
20032003
|app_cpu_percent|App CPU percentage|Percent|Average|App CPU percentage. Applies to serverless databases.|None|
@@ -2022,6 +2022,9 @@ Azure Monitor provides several ways to interact with metrics, including charting
20222022
|snapshot_backup_size_bytes|Snapshot backup storage size|Bytes|Maximum|Cumulative snapshot backup storage size. Applies to Hyperscale databases.|None|
20232023
|base_blob_size_bytes|Base blob storage size|Bytes|Maximum|Base blob storage size. Applies to Hyperscale databases.|None|
20242024

2025+
<sup>1</sup> This metric is available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models.
2026+
2027+
<sup>2</sup> This metric is available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models. This metric is not currently available for Hyperscale databases or data warehouses.
20252028

20262029
## Microsoft.Sql/servers/elasticPools
20272030

@@ -2051,15 +2054,20 @@ Azure Monitor provides several ways to interact with metrics, including charting
20512054
|database_cpu_limit|CPU limit|Count|Average|CPU limit|DatabaseResourceId|
20522055
|cpu_used|CPU used|Count|Average|CPU used. Applies to vCore-based elastic pools.|None|
20532056
|database_cpu_used|CPU used|Count|Average|CPU used|DatabaseResourceId|
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|
2056-
|tempdb_data_size|Tempdb Data File Size Kilobytes|Count|Maximum|Tempdb Data File Size Kilobytes|None|
2057-
|tempdb_log_size|Tempdb Log File Size Kilobytes|Count|Maximum|Tempdb Log File Size Kilobytes|None|
2058-
|tempdb_log_used_percent|Tempdb Percent Log Used|Percent|Maximum|Tempdb Percent Log Used|None|
2057+
|sqlserver_process_core_percent<sup>1</sup>|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|
2058+
|sqlserver_process_memory_percent<sup>1</sup>|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|
2059+
|tempdb_data_size<sup>2</sup>|Tempdb Data File Size Kilobytes|Count|Maximum|Tempdb Data File Size Kilobytes.|None|
2060+
|tempdb_log_size<sup>2</sup>|Tempdb Log File Size Kilobytes|Count|Maximum|Tempdb Log File Size Kilobytes. |None|
2061+
|tempdb_log_used_percent<sup>2</sup>|Tempdb Percent Log Used|Percent|Maximum|Tempdb Percent Log Used.|None|
20592062
|allocated_data_storage|Data space allocated|Bytes|Average|Data space allocated|None|
20602063
|database_allocated_data_storage|Data space allocated|Bytes|Average|Data space allocated|DatabaseResourceId|
20612064
|allocated_data_storage_percent|Data space allocated percent|Percent|Maximum|Data space allocated percent|None|
20622065

2066+
<sup>1</sup> This metric is available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models.
2067+
2068+
<sup>2</sup> This metric is available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models. This metric is not currently available for Hyperscale databases.
2069+
2070+
20632071
## Microsoft.Sql/servers
20642072

20652073
|Metric|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|

articles/sql-database/sql-database-metrics-diag-logging.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: danimir
1111
ms.author: danil
1212
ms.reviewer: jrasnik, carlrab
13-
ms.date: 03/10/2020
13+
ms.date: 04/06/2020
1414
---
1515

1616
# Configure streaming export of Azure SQL Database diagnostic telemetry
@@ -449,9 +449,15 @@ Refer to the following table for details about advanced metrics.
449449

450450
|**Metric**|**Metric Display Name**|**Description**|
451451
|---|---|---|
452-
|tempdb_data_size| Tempdb Data File Size Kilobytes |Tempdb Data File Size Kilobytes. Not applicable to data warehouses. This metric will be available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models. This metric is not currently available for Hyperscale databases.|
453-
|tempdb_log_size| Tempdb Log File Size Kilobytes |Tempdb Log File Size Kilobytes. Not applicable to data warehouses. This metric will be available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models. This metric is not currently available for Hyperscale databases.|
454-
|tempdb_log_used_percent| Tempdb Percent Log Used |Tempdb Percent Log Used. Not applicable to data warehouses. This metric will be available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models. This metric is not currently available for Hyperscale databases.|
452+
|sqlserver_process_core_percent<sup>1</sup>|SQL Server process core percent|CPU usage percentage for the SQL Server process, as measured by the operating system.|
453+
|sqlserver_process_memory_percent<sup>1</sup> |SQL Server process memory percent|Memory usage percentage for the SQL Server process, as measured by the operating system.|
454+
|tempdb_data_size<sup>2</sup>| Tempdb Data File Size Kilobytes |Tempdb Data File Size Kilobytes.|
455+
|tempdb_log_size<sup>2</sup>| Tempdb Log File Size Kilobytes |Tempdb Log File Size Kilobytes.|
456+
|tempdb_log_used_percent<sup>2</sup>| Tempdb Percent Log Used |Tempdb Percent Log Used.|
457+
458+
<sup>1</sup> This metric is available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models.
459+
460+
<sup>2</sup> This metric is available for databases using the vCore purchasing model with 2 vCores and higher, or 200 DTU and higher for DTU-based purchasing models. This metric is not currently available for Hyperscale databases or data warehouses.
455461

456462
### Basic logs
457463

0 commit comments

Comments
 (0)