Skip to content

Commit 7556e0c

Browse files
authored
Merge pull request #96090 from joesackmsft/patch-2
Add Advanced metrics
2 parents 4e8d123 + 3e2c2a8 commit 7556e0c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
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: 05/21/2019
13+
ms.date: 11/15/2019
1414
---
1515

1616
# Azure SQL Database metrics and diagnostics logging
@@ -59,6 +59,7 @@ You can set up Azure SQL databases, and instance databases to collect the follow
5959
| Monitoring telemetry for databases | Single database and pooled database support | Instance database support |
6060
| :------------------- | ----- | ----- |
6161
| [Basic metrics](#basic-metrics): Contains DTU/CPU percentage, DTU/CPU limit, physical data read percentage, log write percentage, Successful/Failed/Blocked by firewall connections, sessions percentage, workers percentage, storage, storage percentage, and XTP storage percentage. | Yes | No |
62+
| [Instance and App Advanced](#advanced-metrics): Contains tempdb system database data and log file size and tempdb percent log file used. | Yes | No |
6263
| [QueryStoreRuntimeStatistics](#query-store-runtime-statistics): Contains information about the query runtime statistics such as CPU usage and query duration statistics. | Yes | Yes |
6364
| [QueryStoreWaitStatistics](#query-store-wait-statistics): Contains information about the query wait statistics (what your queries waited on) such are CPU, LOG, and LOCKING. | Yes | Yes |
6465
| [Errors](#errors-dataset): Contains information about SQL errors on a database. | Yes | Yes |
@@ -424,6 +425,15 @@ Refer to the following tables for details about Basic metrics by resource.
424425
|---|---|
425426
|Azure SQL database|DTU percentage, DTU used, DTU limit, CPU percentage, physical data read percentage, log write percentage, Successful/Failed/Blocked by firewall connections, sessions percentage, workers percentage, storage, storage percentage, XTP storage percentage, and deadlocks |
426427

428+
## Advanced metrics
429+
430+
Refer to the following table for details about advanced metrics.
431+
|**Metric**|**Metric Display Name**|**Description**|
432+
|---|---|---|
433+
|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 or 100 DTU and higher for DTU-based purchasing models. |
434+
|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 or 100 DTU and higher for DTU-based purchasing models. |
435+
|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 or 100 DTU and higher for DTU-based purchasing models. |
436+
427437
## Basic logs
428438

429439
Details of telemetry available for all logs are documented in the tables below. Please see [supported diagnostic logging](#supported-diagnostic-logging-for-azure-sql-databases-and-instance-databases) to understand which logs are supported for a particular database flavor - Azure SQL single, pooled, or instance database.

0 commit comments

Comments
 (0)