Skip to content

Commit 0a74e40

Browse files
authored
Added unit of measurement for Storage metrics
1 parent 16af9bd commit 0a74e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-resource-utilization-query-activity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ The following metrics are available in the Azure portal for Synapse SQL. These m
3838
| Cache hit percentage | (cache hits / cache miss) * 100 where cache hits is the sum of all columnstore segments hits in the local SSD cache and cache miss is the columnstore segments misses in the local SSD cache summed across all nodes | Avg, Min, Max |
3939
| Cache used percentage | (cache used / cache capacity) * 100 where cache used is the sum of all bytes in the local SSD cache across all nodes and cache capacity is the sum of the storage capacity of the local SSD cache across all nodes | Avg, Min, Max |
4040
| Local tempdb percentage | Local tempdb utilization across all compute nodes - values are emitted every five minutes | Avg, Min, Max |
41-
| Data Storage Size | Total size of data loaded into the database. This includes data residing in CCI and non-CCI tables where the size of non-CCI tables is measured by the total database file size | Sum |
42-
| Disaster Recovery Size | Total size of the geo-backup taken every 24 hours | Sum |
43-
| Snapshot Storage size | Total size of snapshots taken to provide database restore points. This includes automated and user-defined snapshots. | Sum |
41+
| Data Storage Size (GB) | Total size of data loaded into the database. This includes data residing in CCI and non-CCI tables where the size of non-CCI tables is measured by the total database file size | Sum |
42+
| Disaster Recovery Size (GB) | Total size of the geo-backup taken every 24 hours | Sum |
43+
| Snapshot Storage size (GB) | Total size of snapshots taken to provide database restore points. This includes automated and user-defined snapshots. | Sum |
4444

4545
Things to consider when viewing metrics and setting alerts:
4646

0 commit comments

Comments
 (0)