Skip to content

Commit 1be483c

Browse files
authored
Merge pull request #265353 from v-thepet/queue-monitor
Azure Monitor horizontals - Azure Queue Storage
2 parents 5309373 + 8f6bb34 commit 1be483c

File tree

2 files changed

+215
-153
lines changed

2 files changed

+215
-153
lines changed
Lines changed: 40 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,53 @@
11
---
2-
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
86
ms.topic: reference
97
ms.service: azure-queue-storage
10-
ms.custom: subject-monitoring
8+
author: normesta
9+
ms.author: normesta
1110
---
1211

1312
# Azure Queue Storage monitoring data reference
1413

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.
26-
27-
#### Account-level capacity metrics
14+
<!-- Intro -->
15+
[!INCLUDE [horz-monitor-ref-intro](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-intro.md)]
2816

29-
[!INCLUDE [Account-level capacity metrics](../../../includes/azure-storage-account-capacity-metrics.md)]
17+
See [Monitor Azure Queue Storage](monitor-queue-storage.md) for details on the data you can collect for Azure Queue Storage and how to use it.
3018

31-
#### Queue Storage metrics
19+
<!-- ## Metrics. Required section. -->
20+
[!INCLUDE [horz-monitor-ref-metrics-intro](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-intro.md)]
3221

33-
This table shows [Queue Storage metrics](../../azure-monitor/essentials/metrics-supported.md#microsoftstoragestorageaccountsqueueservices).
22+
### Supported metrics for Microsoft.Storage/storageAccounts
23+
The following table lists the metrics available for the Microsoft.Storage/storageAccounts resource type.
24+
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
25+
[!INCLUDE [Microsoft.Storage/storageAccounts](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-storage-storageaccounts-metrics-include.md)]
3426

35-
| Metric | Description |
36-
| ------------------- | ----------------- |
37-
| **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.
44-
45-
[!INCLUDE [Transaction metrics](../../../includes/azure-storage-account-transaction-metrics.md)]
27+
### Supported metrics for Microsoft.Storage/storageAccounts/queueServices
28+
The following table lists the metrics available for the Microsoft.Storage/storageAccounts/queueServices resource type.
29+
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
30+
[!INCLUDE [Microsoft.Storage/storageAccounts/queueServices](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-storage-storageaccounts-queueservices-metrics-include.md)]
4631

4732
<a id="metrics-dimensions"></a>
48-
49-
## Metrics dimensions
50-
51-
Azure Storage supports following dimensions for metrics in Azure Monitor.
52-
33+
[!INCLUDE [horz-monitor-ref-metrics-dimensions-intro](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions-intro.md)]
34+
[!INCLUDE [horz-monitor-ref-metrics-dimensions](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions.md)]
5335
[!INCLUDE [Metrics dimensions](../../../includes/azure-storage-account-metrics-dimensions.md)]
5436

5537
<a id="resource-logs-preview"></a>
38+
[!INCLUDE [horz-monitor-ref-resource-logs](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
39+
40+
### Supported resource logs for Microsoft.Storage/storageAccounts/queueServices
41+
[!INCLUDE [Microsoft.Storage/storageAccounts/queueServices](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-storage-storageaccounts-queueservices-logs-include.md)]
42+
43+
<!-- ## Azure Monitor Logs tables. Required section. -->
44+
[!INCLUDE [horz-monitor-ref-logs-tables](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
5645

57-
## Resource logs
46+
- [AzureActivity](/azure/azure-monitor/reference/tables/azureactivity)
47+
- [AzureMetrics](/azure/azure-monitor/reference/tables/azuremetrics)
48+
- [StorageQueueLogs](/azure/azure-monitor/reference/tables/storagequeuelogs)
5849

59-
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.
6051

6152
### Fields that describe the operation
6253

@@ -70,7 +61,12 @@ The following table lists the properties for Azure Storage resource logs when th
7061

7162
[!INCLUDE [Account level capacity metrics](../../../includes/azure-storage-logs-properties-service.md)]
7263

73-
## See also
64+
<!-- ## Activity log. Required section. -->
65+
[!INCLUDE [horz-monitor-ref-activity-log](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-activity-log.md)]
66+
- [Microsoft.Storage resource provider operations](/azure/role-based-access-control/resource-provider-operations#microsoftstorage)
67+
68+
## Related content
69+
70+
- 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.
7472

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

Comments
 (0)