Introduction
Azure Queue Storage is a service for storing large numbers of messages. You access messages from anywhere in the world using authenticated calls using HTTP or HTTPS.
Note
Use the OpsRamp Azure public cloud integration to discover and collect metrics against the Azure service.Setup
To set up the OpsRamp Azure integration and discover the Azure service,
go to Azure Integration Discovery Profile and select Storage Volume
.
Metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type | Description |
---|---|---|---|---|
azure_queue_capacity | Queue Capacity | Count | Average | Amount of queue storage used by the storage account. |
azure_queue_count | Queue Count | Count | Average | Number of queues in the storage account. |
azure_queue_message_count | Queue Message Count | Count | Average | Number of unexpired queue messages in the storage account. |
azure_transactions_queue | Transactions(Queue) | Count | Total | 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 Number of different type of response. |
azure_ingress_queue | Ingress(Queue) | Bytes | Total | Amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure. |
azure_egress_queue | Egress(Queue) | Bytes | Total | 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. |
azure_success_server_latency_queue | Success Server Latency(Queue) | Milliseconds | Average | Average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency. |
azure_success_e2e_latency_queue | Success E2E Latency(Queue) | Milliseconds | Average | 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. |
azure_storage_availability_queue | Availability (Queue) | Percent | Average | Percentage of availability for the storage service or the specified API operation. Availability is calculated by taking 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. |
Event support
- Not Supported