Azure Blob Storage
Overview
Azure Blob Storage is a specialized cloud storage service provided by Microsoft Azure, designed for storing and managing unstructured data, also known as blobs. It offers a scalable and cost-effective solution for storing large volumes of data, such as documents, images, videos, backups, and other types of files.
Prerequisites
You can check the list of prerequisites required for Azure Storage here. These are the same for any other Azure service that you need to monitor using AIOps. Move to the section Adding Azure resources for Monitoring on the above link to view the prerequisites for Azure resource monitoring.
List of Supported KPIs
Name | Description | Type |
---|---|---|
azure.storage.blob.location | Location of the Azure Storage Blob | String |
azure.storage.blob.resource.group | Resource group associated with the Azure Storage Blob | String |
azure.storage.blob.container.name | Name of the container containing the Azure Storage Blob | String |
azure.storage.blob.server.encryption.status | Encryption status of the Azure Storage Blob at the server | String |
azure.storage.blob.etag | Etag (entity tag) of the Azure Storage Blob | String |
azure.storage.blob.lease.state | Lease state of the Azure Storage Blob | String |
azure.storage.blob.last.modified | Last modified date of the Azure Storage Blob | String |
azure.storage.blob.account.name | Name of the Azure Storage account | String |
azure.storage.blob | Metric representing the Azure Storage Blob | String |
azure.storage.blob.type | Type of the Azure Storage Blob | String |
azure.storage.blob.size.bytes | Size of the Azure Storage Blob in bytes | String |
azure.storage.blob.content.type | Content type of the Azure Storage Blob | String |
azure.storage.blob.lease.status | Lease status of the Azure Storage Blob | String |
azure.storage.blob.availability.percent | Blob availability percentage | Count |
azure.storage.blob.egress.bytes.rate | Rate of egress bytes from the blob | Count |
azure.storage.blob.ingress.bytes.rate | Rate of ingress bytes to the blob | Count |
azure.storage.blob.capacity.bytes | Capacity in bytes of the blob | Count |
azure.storage.blobs | Number of blobs | Count |
azure.storage.blob.server.latency.ms | Latency in milliseconds for server operations on blob | Count |
azure.storage.blob.e2e.latency.ms | End-to-end latency in milliseconds for the blob | Count |
azure.storage.blob.transactions | Number of transactions on the blob | Count |