The page has been translated by Gen AI.
ServiceWatch Metrics
The Queue Service sends metrics to ServiceWatch. The metrics provided by default monitoring are data collected at a 1‑minute interval.
Reference
For checking metrics in ServiceWatch, refer to the ServiceWatch guide.
Basic Metrics
The following are the basic metrics for the Queue Service namespace.
The indicators whose names are displayed in bold below are the key indicators selected from the basic metrics provided by Queue Service. Key metrics are used to compose service dashboards that are automatically built for each service in ServiceWatch.
Each metric indicates through the user guide which statistical value is meaningful when viewing that metric, and among the meaningful statistics, the values displayed in bold are the primary statistics. In the service dashboard, you can view key metrics using these primary statistical values.
| Performance items | Detailed description | unit | meaningful statistics |
|---|---|---|---|
| NumberOfMessagesSent | Number of messages added to the queue | Count |
|
| SentMessageSize | Size of the message added to the queue | Bytes |
|
| NumberOfMessagesReceived | Number of messages returned by the call to the ReceiveMessage operation (number of polled messages) | Count |
|
| NumberOfEmptyReceives | Number of ReceiveMessage API calls that did not return a message | Count |
|
| NumberOfMessagesDeleted | Number of messages deleted from the queue | Count |
|
Table. Queue Service Basic Metrics