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 Queue Storage monitoring data reference
3
-
description: Log and metrics reference for monitoring data from Azure Queue Storage.
4
-
author: normesta
5
-
services: storage
6
-
ms.author: normesta
7
-
ms.date: 04/20/2021
2
+
title: Monitoring data reference for Azure Queue Storage
3
+
description: This article contains important reference material you need when you monitor Azure Queue Storage.
4
+
ms.date: 02/12/2024
5
+
ms.custom: horz-monitor
8
6
ms.topic: reference
9
7
ms.service: azure-queue-storage
10
-
ms.custom: subject-monitoring
8
+
author: normesta
9
+
ms.author: normesta
11
10
---
12
11
13
12
# Azure Queue Storage monitoring data reference
14
13
15
-
See [Monitoring Azure Storage](monitor-queue-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 refreshed daily (up to 24 hours). 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.
|**QueueCapacity**| The amount of Queue Storage used by the storage account. <br><br> Unit: `Bytes` <br> Aggregation type: `Average` <br> Value example: `1024`|
38
-
|**QueueCount**| The number of queues in the storage account. <br><br> Unit: `Count` <br> Aggregation type: `Average` <br> Value example: `1024`|
39
-
|**QueueMessageCount**| The number of unexpired queue messages in the storage account. <br><br> Unit: `Count` <br> Aggregation type: `Average` <br> Value example: `1024`|
40
-
41
-
### Transaction metrics
42
-
43
-
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 Queue 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.
60
51
61
52
### Fields that describe the operation
62
53
@@ -70,7 +61,12 @@ The following table lists the properties for Azure Storage resource logs when th
- See [Monitor Azure Queue Storage](monitor-queue-storage.md) for a description of monitoring Azure Queue Storage.
71
+
- See [Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.
74
72
75
-
- See [Monitoring Azure Queue Storage](monitor-queue-storage.md) for a description of monitoring Azure Queue Storage.
76
-
- See [Monitoring Azure resources with Azure Monitor](../../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
0 commit comments