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 with external.googleapis.com/bluemedora/generic_node/rabbitmq.

Stackdriver Metrics
/consumers
Consumers
GAUGE, DOUBLE, n/aThe number of consumers reading from the specified queue.
queue: The rabbit queue name.
Additionsqueue: the BindPlane integration collects and reports consumer counts for all queues on the target RabbitMQ system.
/delivery_rate
Delivery rate
GAUGE, DOUBLE, 1/sThe rate (per second) at which messages are being delivered.
queue: The rabbit queue name.
/num_messages
Messages
GAUGE, DOUBLE, n/aThe number of messages in a queue.
state: State of the messages (ready or unacknowledged).
queue: The rabbit queue name.
Additionsqueue: 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/sThe rate (per second) at which messages are being published.
queue: The rabbit queue name.