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 | |
Kind, Type, Unit | Description |
Labels | |
Additions |
Metric prefixes
If the BindPlane collector is installed on the Kafka host system, all the following metrics listed below will be prefixed with
agent.googleapis.com/kafka
. Otherwise, these metrics will be prefixed withexternal.googleapis.com/bluemedora/generic_node/kafka
.
Stackdriver Metrics | |
---|---|
| |
CUMULATIVE, INT64, Requests | The number of failed requests. |
request_type: The type of request (fetch or produce). | |
| |
CUMULATIVE, INT64, n/a | The number of incoming messages in all topics. |
| |
CUMULATIVE, INT64, By | The number of bytes sent and received in all topics. |
direction: Data direction, in or out. | |
| |
GAUGE, DOUBLE, n/a | The number of active controllers in the cluster. |
| |
GAUGE, DOUBLE, n/a | The number of partitions that don’t have an active leader and are hence not writable or readable. |
| |
CUMULATIVE, INT64, n/a | The total number of leader elections. |
| |
CUMULATIVE, INT64, n/a | The total number of leader elections where the leader is out-of-sync. |
| |
CUMULATIVE, INT64, n/a | The number of log flushes. |
| |
CUMULATIVE, INT64, Requests | The number of requests. |
request_type: The type of request (fetch or produce). | |
| |
GAUGE, DOUBLE, Requests | The current number of delayed requests in purgatory. |
request_type: The type of request (fetch or produce). | |
| |
GAUGE, DOUBLE, Requests | The current number of requests in purgatory. |
request_type: The type of the request, fetch or produce. | |
| |
GAUGE, DOUBLE, n/a | The maximum lag in messages between the follower and leader replicas. |
| |
GAUGE, DOUBLE, 1/s | The minimum rate at which the follower replicas send fetch requests to the leaders. |
| |
CUMULATIVE, INT64, n/a | The number of replicas catching up (ISR = in-sync replica). |
| |
CUMULATIVE, INT64, n/a | The number of replicas lagging behind (ISR = in-sync replica). |
| |
GAUGE, DOUBLE, n/a | The current number of leaders on this broker. |
| |
GAUGE, DOUBLE, n/a | The current number of partitions on this broker. |
| |
GAUGE, DOUBLE, n/a | The current number of under-replicated partitions. |
Updated over 2 years ago