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 Zookeeper host system, all the following metrics listed below will be prefixed with
agent.googleapis.com/zookeeper
. Otherwise, these metrics will be prefixed withexternal.googleapis.com/bluemedora/generic_node/zookeeper
.
Stackdriver Metrics | |
---|---|
| |
GAUGE, DOUBLE, Connections | Number of connections currently alive. |
| |
GAUGE, DOUBLE, By | Bytes of data on this ZooKeeper server. |
| |
GAUGE, DOUBLE, n/a | Number of followers. |
| |
GAUGE, DOUBLE, n/a | Number of synchronized followers. |
| |
CUMULATIVE, INT64, Packets | Packets received. |
| |
CUMULATIVE, INT64, Packets | Packets sent. |
| |
GAUGE, DOUBLE, n/a | ZooKeeper node count. |
| |
GAUGE, DOUBLE, n/a | Number of ephemeral nodes. |
| |
GAUGE, DOUBLE, n/a | *Number of watches on ZooKeeper nodes. |
| |
GAUGE, DOUBLE, ms | Average request latency. |
| |
GAUGE, DOUBLE, ms | Maximum request latency. |
| |
GAUGE, DOUBLE, ms | Minimum request latency. |
| |
GAUGE, DOUBLE, Requests | Number of outstanding requests. |
| |
GAUGE, DOUBLE, Packets | Number of pending synchronization operations. |
Updated over 2 years ago