Storage Analytics
Windows Azure Storage Analytics performs logging and provides metrics data for a storage account. You can use this data to trace requests, analyze usage trends, and diagnose issues with your storage account.
To use Storage Analytics, you must enable it individually for each service you want to monitor. The aggregated data is accessed using the Blob service and Table service APIs. These APIs are accessible from within a service running in Windows Azure, or directly over the Internet from any application that can send an HTTP/HTTPS request and receive an HTTP/HTTPS response.
For an overview of Storage Analytics, see Storage Analytics Overview.
In This Section
About Storage Analytics Logging
About Storage Analytics Metrics
Storage Analytics Metrics Table Schema
Storage Analytics Logged Operations and Status Messages
Operations on Storage Service Properties
Storage Analytics is enabled and configured by using the Set/Get Storage Service Properties operations. These operations are listed in the following table.
| Operation | Description |
|---|---|
|
Sets or updates the properties of the Blob service, including Storage Analytics and the default request version. |
|
|
Gets the properties of the Blob service, including Storage Analytics and the default request version. |
|
|
Sets or updates the properties of the Table service, including Storage Analytics. |
|
|
Gets the properties of the Table service, including Storage Analytics. |
|
|
Sets or updates the properties of the Queue service, including Storage Analytics. |
|
|
Gets the properties of the Queue service, including Storage Analytics. |
See Also