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
title: Azure Table storage monitoring data reference
3
-
description: Log and metrics reference for monitoring data from Azure Table storage.
4
-
author: normesta
5
-
services: storage
6
-
ms.service: azure-table-storage
2
+
title: Monitoring data reference for Azure Table Storage
3
+
description: This article contains important reference material you need when you monitor Azure Table Storage.
4
+
ms.date: 02/13/2024
5
+
ms.custom: horz-monitor
7
6
ms.topic: reference
8
-
ms.date: 08/18/2022
7
+
ms.service: azure-table-storage
8
+
author: normesta
9
9
ms.author: normesta
10
-
ms.custom: monitoring
11
10
---
12
11
13
-
# Azure Table storage monitoring data reference
14
-
15
-
See [Monitoring Azure Storage](monitor-table-storage.md) for details on collecting and analyzing monitoring data for Azure Storage.
16
-
17
-
## Metrics
18
-
19
-
The following tables list the platform metrics collected for Azure Storage.
20
-
21
-
### Capacity metrics
22
-
23
-
Capacity metrics values are sent to Azure Monitor every hour. The values are refreshed daily. The time grain defines the time interval for which metrics values are presented. The supported time grain for all capacity metrics is one hour (PT1H).
24
-
25
-
Azure Storage provides the following capacity metrics in Azure Monitor.
| TableCapacity | The amount of Table storage used by the storage account. <br/><br/> Unit: Bytes <br/> Aggregation Type: Average <br/> Value example: 1024 |
38
-
| TableCount | The number of tables in the storage account. <br/><br/> Unit: Count <br/> Aggregation Type: Average <br/> Value example: 1024 |
39
-
| TableEntityCount | The number of table entities in the storage account. <br/><br/> Unit: Count <br/> Aggregation Type: Average <br/> Value example: 1024 |
22
+
### Supported metrics for Microsoft.Storage/storageAccounts
23
+
The following table lists the metrics available for the Microsoft.Storage/storageAccounts resource type.
To learn how to calculate Table storage capacity, see [Calculate the size/capacity of storage account and it services](https://techcommunity.microsoft.com/t5/azure-paas-blog/calculate-the-size-capacity-of-storage-account-and-it-services/ba-p/1064046).
42
-
43
-
### Transaction metrics
44
-
45
-
Transaction metrics are emitted on every request to a storage account from Azure Storage to Azure Monitor. In the case of no activity on your storage account, there will be no data on transaction metrics in the period. All transaction metrics are available at both account and Table storage service level. The time grain defines the time interval that metric values are presented. The supported time grains for all transaction metrics are PT1H and PT1M.
The following table lists the properties for Azure Storage resource logs when they're collected in Azure Monitor Logs or Azure Storage. The properties describe the operation, the service, and the type of authorization that was used to perform the operation.
50
+
The following tables list the properties for Azure Storage resource logs when they're collected in Azure Monitor Logs or Azure Storage. The properties describe the operation, the service, and the type of authorization that was used to perform the operation.
62
51
63
52
### Fields that describe the operation
64
53
@@ -72,7 +61,12 @@ The following table lists the properties for Azure Storage resource logs when th
- See [Monitor Azure Table Storage](monitor-table-storage.md) for a description of monitoring Azure Table Storage.
71
+
- See [Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.
76
72
77
-
- See [Monitoring Azure Table storage](monitor-table-storage.md) for a description of monitoring Azure Storage.
78
-
- See [Monitoring Azure resources with Azure Monitor](../../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
0 commit comments