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.
Use the Azure public cloud integration to discover and collect metrics against the Azure service.
External reference
Azure Monitor - Platform metrics
Setup
To set up the Azure integration and discover the Azure service, go to Azure Integration Discovery Profile and select Storage Volume
.
Event support
- Not Supported
Supported metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type |
---|---|---|---|
azure_queue_capacity Amount of queue storage used by the storage account. | Queue Capacity | Count | Average |
azure_queue_count Number of queues in the storage account. | Queue Count | Count | Average |
azure_queue_message_count Number of unexpired queue messages in the storage account. | Queue Message Count | Count | Average |
azure_transactions_queue Number of requests made to a storage service or the specified API operation. This number includes successful and failed requests and requests which produced errors. Use ResponseType dimension for Number of different type of response. | Transactions(Queue) | Count | Total |
azure_ingress_queue Amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage and ingress within Azure. | Ingress(Queue) | Bytes | Total |
azure_egress_queue Amount of egress data, in bytes. This number includes egress from an external client into Azure Storage and egress within Azure. As a result, this number does not reflect billable egress. | Egress(Queue) | Bytes | Total |
azure_success_server_latency_queue Average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency. | Success Server Latency(Queue) | Milliseconds | Average |
azure_success_e2e_latency_queue 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. | Success E2E Latency(Queue) | Milliseconds | Average |
azure_storage_availability_queue 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. | Availability (Queue) | Percent | Average |