Skip to content

Commit dcd806a

Browse files
committed
replace previous content & change includes to links
1 parent dcb0353 commit dcd806a

File tree

1 file changed

+31
-10
lines changed

1 file changed

+31
-10
lines changed

articles/storage/blobs/monitor-blob-storage-reference.md

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,46 @@ At a minimum your service should have the following two articles:
3939
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.
4040

4141
<!-- ## Metrics. Required section. -->
42-
<a name="metrics-dimensions"></a>
4342
[!INCLUDE [horz-monitor-ref-metrics-intro](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-metrics-intro.md)]
43+
### Capacity metrics
44+
45+
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).
46+
47+
Azure Storage provides the following capacity metrics in Azure Monitor.
48+
49+
#### Account Level
50+
51+
[!INCLUDE [Account level capacity metrics](../../../includes/azure-storage-account-capacity-metrics.md)]
52+
53+
#### Blob storage
54+
55+
This table shows [Blob storage metrics](../../azure-monitor/essentials/metrics-supported.md#microsoftstoragestorageaccountsblobservices).
4456

45-
### Supported metrics for Microsoft.Storage/storageAccounts
46-
The following table lists the metrics available for the Microsoft.Storage/storageAccounts resource type.
47-
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
48-
[!INCLUDE [Microsoft.Storage/storageAccounts](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-storage-storageaccounts-metrics-include.md)]
57+
| Metric | Description |
58+
| ------------------- | ----------------- |
59+
| 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)) |
60+
| 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)) |
61+
| 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 |
62+
| ContainerCount | The number of containers in the storage account. <br/><br/> Unit: Count <br/> Aggregation Type: Average <br/> Value example: 1024 |
63+
| IndexCapacity | The amount of storage used by ADLS Gen2 Hierarchical Index <br/><br/> Unit: Bytes <br/> Aggregation Type: Average <br/> Value example: 1024 |
64+
65+
### Transaction metrics
66+
67+
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.
68+
69+
[!INCLUDE [Transaction metrics](../../../includes/azure-storage-account-transaction-metrics.md)]
4970

50-
### Supported metrics for Microsoft.Storage/storageAccounts/blobServices
51-
The following table lists the metrics available for the Microsoft.Storage/storageAccounts/blobServices resource type.
52-
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
53-
[!INCLUDE [Microsoft.Storage/storageAccounts/blobServices](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-storage-storageaccounts-blobservices-metrics-include.md)]
71+
### All metrics
5472

73+
- [Microsoft.Storage/storageAccounts](/azure/azure-monitor/reference/supported-metrics/microsoft-storage-storageaccounts-metrics)
74+
- [Microsoft.Storage/storageAccounts/blobServices](/azure/azure-monitor/reference/supported-metrics/microsoft-storage-storageaccounts-blobservices-metrics)
75+
76+
<a name="metrics-dimensions"></a>
5577
<!-- ## Metric dimensions. Required section. -->
5678
[!INCLUDE [horz-monitor-ref-metrics-dimensions-intro](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions-intro.md)]
5779
[!INCLUDE [horz-monitor-ref-metrics-dimensions](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions.md)]
5880

5981
### Dimensions available to all storage services
60-
6182
[!INCLUDE [Metrics dimensions](../../../includes/azure-storage-account-metrics-dimensions.md)]
6283

6384
### Dimensions specific to Blob storage

0 commit comments

Comments
 (0)