Azure Blob Storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. Get metrics from Azure Blob Storage to:
Visualize the performance of your Blob Storage.
Correlate the performance of your Blob Storage with your applications.
Setup
Installation
If you haven’t already, set up the Microsoft Azure integration first. There are no other installation steps that need to be performed.
The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation. Shown as percent
The amount of egress data in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result this number does not reflect billable egress. Shown as byte
The amount of ingress data in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure. Shown as byte
The average end-to-end latency of successful requests made to a storage service or the specified API operation in milliseconds. This value includes the required processing time within Azure Storage to read the request send the response and receive acknowledgment of the response. Shown as millisecond
The average latency used by Azure Storage to process a successful request in milliseconds. This value does not include the network latency specified in AverageE2ELatency. Shown as millisecond
The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.