Stackdriver Agent Migration
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 Display Name | |
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 | |
---|---|
/consumers Consumers | |
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. |
/delivery_rate Delivery rate | |
GAUGE, DOUBLE, 1/s | The rate (per second) at which messages are being delivered. |
queue: The rabbit queue name. | |
/num_messages Messages | |
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. |
/publish_rate Publish rate | |
GAUGE, DOUBLE, 1/s | The rate (per second) at which messages are being published. |
queue: The rabbit queue name. | |
Updated almost 5 years ago