Several 3rd-party plugins were deprecated and BindPlane will now be the tool used to collect metrics from these technologies.
The metrics listed below are only those that were taken over from the deprecation. For a full list of metrics that BindPlane will send to Stackdriver, please click here.
Key | |
---|---|
Metric Type | |
Kind, Type, Unit | Description |
Labels | |
Additions |
Metric prefixes
If the BindPlane collector is installed on the RabbitMQ host system, all the following metrics listed below will be prefixed with
agent.googleapis.com/rabbitmq
. Otherwise, these metrics will be prefixed withexternal.googleapis.com/bluemedora/generic_node/rabbitmq
.
Stackdriver Metrics | |
---|---|
| |
GAUGE, DOUBLE, n/a | The number of consumers reading from the specified queue. |
queue: The rabbit queue name. | |
Additions | queue: the BindPlane integration collects and reports consumer counts for all queues on the target RabbitMQ system. |
| |
GAUGE, DOUBLE, 1/s | The rate (per second) at which messages are being delivered. |
queue: The rabbit queue name. | |
| |
GAUGE, DOUBLE, n/a | The number of messages in a queue. |
state: State of the messages (ready or unacknowledged). | |
queue: The rabbit queue name. | |
Additions | queue: the BindPlane integration collects and reports the number of messages for all queues on the target RabbitMQ system. |
| |
GAUGE, DOUBLE, 1/s | The rate (per second) at which messages are being published. |
queue: The rabbit queue name. |
Updated 11 months ago