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
Copy file name to clipboardExpand all lines: articles/storage/blobs/monitor-blob-storage-reference.md
+69-50Lines changed: 69 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,58 +1,60 @@
1
1
---
2
-
title: Azure Blob Storage monitoring data reference
3
-
titleSuffix: Azure Storage
4
-
description: Log and metrics reference for monitoring data from Azure Blob Storage.
5
-
recommendations: false
6
-
author: normesta
7
-
8
-
ms.service: azure-blob-storage
2
+
title: Monitoring data reference for Azure Blob Storage
3
+
description: This article contains important reference material you need when you monitor Azure Blob Storage.
4
+
ms.date: 02/12/2024
5
+
ms.custom: horz-monitor
9
6
ms.topic: reference
10
-
ms.date: 06/06/2023
7
+
author: normesta
11
8
ms.author: normesta
12
-
ms.custom: subject-monitoring
9
+
ms.service: azure-blob-storage
13
10
---
14
11
15
-
# Azure Blob Storage monitoring data reference
16
-
17
-
See [Monitoring Azure Storage](monitor-blob-storage.md) for details on collecting and analyzing monitoring data for Azure Storage.
18
-
19
-
## Metrics
20
-
21
-
The following tables list the platform metrics collected for Azure Storage.
22
-
23
-
### Capacity metrics
24
-
25
-
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).
26
-
27
-
Azure Storage provides the following capacity metrics in Azure Monitor.
12
+
<!--
13
+
IMPORTANT
14
+
To make this template easier to use, first:
15
+
1. Search and replace Azure Blob Storage with the official name of your service.
16
+
2. Search and replace blob-storage with the service name to use in GitHub filenames.-->
17
+
18
+
<!-- VERSION 3.0 2024_01_01
19
+
For background about this template, see https://review.learn.microsoft.com/en-us/help/contribute/contribute-monitoring?branch=main -->
20
+
21
+
<!-- Most services can use the following sections unchanged. All headings are required unless otherwise noted.
22
+
The sections use #included text you don't have to maintain, which changes when Azure Monitor functionality changes. Add info into the designated service-specific places if necessary. Remove #includes or template content that aren't relevant to your service.
23
+
At a minimum your service should have the following two articles:
24
+
1. The primary monitoring article (based on the template monitor-service-template.md)
25
+
- Title: "Monitor Azure Blob Storage"
26
+
- TOC title: "Monitor"
27
+
- Filename: "monitor-blob-storage.md"
28
+
2. A reference article that lists all the metrics and logs for your service (based on this template).
29
+
- Title: "Azure Blob Storage monitoring data reference"
This table shows [Blob storage metrics](../../azure-monitor/essentials/metrics-supported.md#microsoftstoragestorageaccountsblobservices).
36
-
37
-
| Metric | Description |
38
-
| ------------------- | ----------------- |
39
-
| BlobCapacity | The total of Blob storage used in the storage account. <br/><br/> Unit: Bytes <br/> Aggregation Type: Average <br/> Value example: 1024 <br/> Dimensions: **BlobType**, and **Tier** ([Definition](#metrics-dimensions)) |
40
-
| BlobCount | The number of blob objects stored in the storage account. <br/><br/> Unit: Count <br/> Aggregation Type: Average <br/> Value example: 1024 <br/> Dimensions: **BlobType**, and **Tier** ([Definition](#metrics-dimensions)) |
41
-
| BlobProvisionedSize | The amount of storage provisioned in the storage account. This metric is applicable to premium storage accounts only. <br/><br/> Unit: bytes <br/> Aggregation Type: Average |
42
-
| ContainerCount | The number of containers in the storage account. <br/><br/> Unit: Count <br/> Aggregation Type: Average <br/> Value example: 1024 |
43
-
| IndexCapacity | The amount of storage used by ADLS Gen2 Hierarchical Index <br/><br/> Unit: Bytes <br/> Aggregation Type: Average <br/> Value example: 1024 |
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 Blob 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.
39
+
See [Monitor Azure Blob Storage](monitor-blob-storage.md) for details on the data you can collect for Azure Blob Storage and how to use it.
@@ -67,11 +69,21 @@ Azure Storage supports following dimensions for metrics in Azure Monitor.
67
69
68
70
For the metrics supporting dimensions, you need to specify the dimension value to see the corresponding metrics values. For example, if you look at **Transactions** value for successful responses, you need to filter the **ResponseType** dimension with **Success**. If you look at **BlobCount** value for Block Blob, you need to filter the **BlobType** dimension with **BlockBlob**.
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.
The following sections describe 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.
75
87
76
88
### Fields that describe the operation
77
89
@@ -170,13 +182,20 @@ The following table lists the properties for Azure Storage resource logs when th
<!-- ## Other schemas. Optional section. Please keep heading in this order. If your service uses other schemas, add the following include and information.
<!-- List other schemas and their usage here. These can be resource logs, alerts, event hub formats, etc. depending on what you think is important. You can put JSON messages, API responses not listed in the REST API docs, and other similar types of info here. -->
197
+
198
+
## Related content
180
199
181
-
- See [Monitoring Azure Storage](monitor-blob-storage.md) for a description of monitoring Azure Storage.
182
-
- See [Monitoring Azure resources with Azure Monitor](../../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
200
+
- See [Monitor Azure Blob Storage](monitor-blob-storage.md) for a description of monitoring Azure Blob Storage.
201
+
- See [Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.
0 commit comments