Key | |
---|---|
Metric Type | |
Kind, Type, Unit | Description |
Labels | |
Updates |
Metric prefixes
All metrics listed below are prefixed with
external.googleapis.com/bluemedora/generic_node/rabbitmq
except for the metrics that are also listed in the associated Stackdriver Agent Migration page. If the collector is installed on the RabbitMQ host system, the metrics listed there will be prefixed withagent.googleapis.com/rabbitmq
Google Cloud Monitoring Metrics | |
---|---|
| |
CUMULATIVE, INT64, n/a | Count of messages that were acknowledged, aggregated across all queues in the cluster. |
| |
GAUGE, INT64, n/a | Number of channels in the cluster. |
| |
GAUGE, INT64, Connections | Number of cluster connections. |
| |
GAUGE, INT64, n/a | Number of consumers across all channels in the cluster. |
| |
CUMULATIVE, INT64, n/a | Count of messages read from and written to disk. |
operation: Disk operation (read or write). | |
| |
GAUGE, INT64, n/a | Number of exchanges in the cluster. |
| |
GAUGE, INT64, n/a | Number of messages aggregated across all queues in the cluster. |
| |
CUMULATIVE, INT64, n/a | Count of messages that have been confirmed. |
| |
CUMULATIVE, INT64, n/a | Count of messages that have been delivered. |
| |
CUMULATIVE, INT64, n/a | Count of messages delivered in acknowledgement mode. |
| |
CUMULATIVE, INT64, n/a | Count of messages delivered in no-acknowledgement mode. |
| |
CUMULATIVE, INT64, n/a | Count of messages that have been published. |
| |
GAUGE, INT64, n/a | Number of messages ready to be delivered to clients, aggregated across all queues in the cluster. |
| |
GAUGE, INT64, n/a | Number of queues in the cluster. |
| |
CUMULATIVE, INT64, n/a | Count of messages in deliver_get which had the redelivered flag set. |
| |
GAUGE, INT64, n/a | Number of events that the management statistics database has not yet processed. |
| |
GAUGE, INT64, n/a | Number of messages that have been delivered but not acknowledged, aggregated across all queues in the cluster. |
| |
CUMULATIVE, INT64, n/a | Count of messages that were returned to the publisher as unroutable. |
| |
GAUGE, INT64, n/a | Number of channels using the connection. |
| |
CUMULATIVE, INT64, By | Data sent and received by the node through the connection. |
direction: Direction of the throughput (received or sent). | |
| |
CUMULATIVE, INT64, n/a | Reductions, or function calls, that have taken place on the channel. |
| |
GAUGE, INT64, n/a | Size of the send queue. |
| |
GAUGE, INT64, n/a | Average number of Erlang processes waiting to run on the node. |
| |
GAUGE, DOUBLE, s | Average wall time of disk operations. |
operation: Disk operation (read, write, seek, sync) | |
| |
CUMULATIVE, INT64, Operations | Counts of disk operations. |
operation: Disk operation (read, write, seek, sync) | |
| |
GAUGE, INT64, By | Disk space not yet in use by the node. |
| |
GAUGE, INT64, Processes | Number of Erlang processes running on the node. |
| |
GAUGE, INT64, n/a | Number of file descriptors used as sockets by RabbitMQ processes. |
| |
CUMULATIVE, INT64, By | Counts of data written to and read from disk. |
direction: Direction of the throughput (read or write). | |
| |
GAUGE, BOOL, n/a | Whether the memory alarm has been triggered. |
| |
GAUGE, INT64, By | Memory in use by the node. |
| |
CUMULATIVE, INT64, n/a | Count of messages read from and written to the message store. |
operation: Operation performed on the message store (read or write). | |
| |
CUMULATIVE, INT64, Operations | Count of Mnesia transactions which required writing to disk. |
| |
CUMULATIVE, INT64, Operations | Count of Mnesia transactions which did not require writing to disk. |
| |
CUMULATIVE, INT64, Records | Count of records written to the queue index journal. |
| |
CUMULATIVE, INT64, Records | Counts of records read from or written to the queue index. |
operation: Operation performed on the queue index (read or write). | |
| |
GAUGE, BOOL, n/a | Whether the node is running. |
| |
GAUGE, INT64, n/a | Number of available file descriptors. |
| |
GAUGE, INT64, n/a | Number of file descriptors available to use as sockets. |
| |
CUMULATIVE, INT64, ms | Time since the Erlang VM started. |
| |
GAUGE, INT64, n/a | Number of file descriptors used by RabbitMQ processes. |
| |
GAUGE, DOUBLE, n/a | The number of messages in a queue. |
state: State of the messages (ready or unacknowledged). | |
queue: The rabbit queue name. | |
| |
CUMULATIVE, INT64, n/a | Count of messages that were acknowledged. |
| |
GAUGE, DOUBLE, % | Proportion of time that the queue's consumers are able to receive new messages. |
| |
GAUGE, DOUBLE, n/a | The number of consumers reading from the specified queue. |
queue: The rabbit queue name. | |
| |
GAUGE, INT64, By | Memory used by the queue process, calculated using the cluster's 'vm_memory_calculation_strategy' configuration value. |
| |
GAUGE, INT64, By | Total size of all message bodies of messages in the queue which are currently held in RAM. |
| |
GAUGE, INT64, By | Total size of all message bodies in the queue, excluding overhead. |
| |
GAUGE, INT64, n/a | Number of messages in the queue, including ready and unacknowledged messages. |
| |
CUMULATIVE, INT64, n/a | Count of messages that have been delivered. |
| |
CUMULATIVE, INT64, n/a | Count of messages delivered in acknowledgement mode. |
| |
CUMULATIVE, INT64, n/a | Messages Delivered in No-Acknowledgment Mode. |
| |
CUMULATIVE, INT64, n/a | Count of messages delivered in acknowledgement mode in response to basic.get. |
| |
CUMULATIVE, INT64, n/a | Count of messages delivered in no-acknowledgement mode in response to basic.get. |
| |
CUMULATIVE, INT64, n/a | Count of messages that have been published to the queue. |
| |
GAUGE, INT64, By | Total size of all message bodies of persistent messages in the queue. |
| |
GAUGE, INT64, By | Total size of all message bodies of messages in the queue which are ready to be delivered. |
| |
CUMULATIVE, INT64, n/a | Count of messages in the deliver_get which had the redelivered flag set. |
| |
GAUGE, DOUBLE, 1/s | The rate (per second) at which messages are being delivered. |
queue: The rabbit queue name. | |
| |
GAUGE, DOUBLE, 1/s | The rate (per second) at which messages are being published. |
queue: The rabbit queue name. | |
Updated 9 months ago