We offer an integration for reporting your Microsoft Azure Storage data to New Relic. This document explains how to activate the integration and describes the data reported.
Features
Microsoft Azure Storage is a managed cloud service that provides highly available, secure, durable, scalable, and redundant storage.
With New Relic's Azure Storage integration, data reported includes account used capacity, the amount of ingress and egress data and latency, as well as other metrics from blobs, files, tables, and queues for data services. Using New Relic, you can:
- View Azure Storage data in pre-built infrastructure dashboards.
- Run custom queries and visualize the data.
- Create alert conditions to notify you of changes in your Azure Storage data.
Activate integration
To enable the integration, follow standard procedures to activate your Azure service in New Relic.
Configuration and polling
New Relic queries your Azure Storage services according to a polling interval, which varies depending on the integration. Polling frequency for the Azure Storage integration:
- Polling interval: 30 minutes
- Resolution: 1 minute
Azure creates Storage accounts to support other services. For large cloud infrastructures, Azure Storage integration may increase the API quota consumption significantly. This may cause API request throttling, which can affect data collection in other Azure integrations.
For this reason, New Relic recommends starting with a conservative polling period, such as 30 minutes, even though the polling frequency for Azure Storage can be set as often as five minute intervals via configuration options. Then, after checking the Remaining hourly quota chart in the Infrastructure integration's Account status dashboard, you may change the polling period as needed.
Find and use data
To explore your integration data, go to one.newrelic.com > All capabilities > Infrastructure > Azure > (select an integration).
You can query and explore your data using the AzureStorageAccountSample
event type, with a provider
value of AzureStorageAccount
.
Metric data
To view metrics reported by the Azure Storage integration, query the AzureStorageAccountSample
event type. There are different metrics for Storage Accounts and for the Blobs, Tables, Queues, and Files sub-entities.
Use the metadata associated with each metric to filter and facet the data being reported. For detailed metric information, see the Azure supported metrics documentation.
Account
Metric | Description | Metadata |
---|---|---|
| Total number of requests made to a storage service or the specified API operation. |
|
| Total amount of ingress data into the storage service, in bytes. |
|
| Total amount of egress data from the storage service, in bytes. |
|
| The average latency used by Azure Storage to process a successful request, in milliseconds. |
|
| The average end-to-end latency of successful requests made to the storage service, in milliseconds. |
|
| The percentage of availability for the storage service. |
|
Blobs
Metric | Description | Metadata |
---|---|---|
| Average amount of storage used by the storage account’s Blob service in bytes. |
|
| Average number of Blobs in the storage account’s Blob service. |
|
| Average number of containers in the storage account’s Blob service. | None |
| Total number of requests made to a Blob storage service. |
|
| Total amount of ingress data into the Blob storage service, in bytes. |
|
| Total amount of egress data from the Blob storage service, in bytes. |
|
| The average latency used by Azure Storage to process a successful request, in milliseconds. |
|
| The average end-to-end latency of successful requests made to the Blob storage service, in milliseconds. |
|
| The percentage of availability for the Blob storage service. |
|
Tables
Metric | Description | Metadata |
---|---|---|
| Average amount of storage used by the storage account’s Table service in bytes. | None |
| Average number of tables in the storage account’s Table service. | None |
| Average number of table entities in the storage account’s Table service. | None |
| Total number of requests made to a Table storage service. |
|
| Total amount of ingress data into the Table storage service, in bytes. |
|
| Total amount of egress data from the Table storage service, in bytes. |
|
| The average latency used by Azure Storage to process a successful request, in milliseconds. |
|
| The average end-to-end latency of successful requests made to the Table storage service, in milliseconds. |
|
| The percentage of availability for the Table storage service. |
|
Queues
Metric | Description | Metadata |
---|---|---|
| Average amount of storage used by the storage account’s Queue service in bytes. | None |
| Average number of queues in the storage account’s Queue service. | None |
| Approximate average number of queue messages in the storage account’s Queue service. | None |
| Total number of requests made to a Queue storage service. |
|
| Total amount of ingress data into the Queue storage service, in bytes. |
|
| Total amount of egress data from the Queue storage service, in bytes. |
|
| The average latency used by Azure Storage to process a successful request, in milliseconds. |
|
| The average end-to-end latency of successful requests made to the Queue storage service, in milliseconds. |
|
| The percentage of availability for the Queue storage service. |
|
Files
Metric | Description | Metadata |
---|---|---|
| Average amount of storage used by the storage account’s File service in bytes. | None |
| Average number of file in the storage account’s File service. | None |
| Average number of file shares in the storage account’s File service. | None |
| Total number of requests made to a File storage service. |
|
| Total amount of ingress data into the File storage service, in bytes. |
|
| Total amount of egress data from the File storage service, in bytes. |
|
| The average latency used by Azure Storage to process a successful request, in milliseconds. |
|
| The average end-to-end latency of successful requests made to the File storage service, in milliseconds. |
|
| The percentage of availability for the File storage service. |
|