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 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 | |
---|---|
/connections_count Open connections | |
GAUGE, DOUBLE, Connections | Number of connections currently alive. |
/data_size Data size | |
GAUGE, DOUBLE, By | Bytes of data on this ZooKeeper server. |
/followers/count Followers | |
GAUGE, DOUBLE, n/a | Number of followers. |
/followers/synced_count Synced followers | |
GAUGE, DOUBLE, n/a | Number of synchronized followers. |
/network/received_packets_count Packets received | |
CUMULATIVE, INT64, Packets | Packets received. |
/network/sent_packets_count Packets sent | |
CUMULATIVE, INT64, Packets | Packets sent. |
/nodes/count Nodes | |
GAUGE, DOUBLE, n/a | ZooKeeper node count. |
/nodes/ephemeral_count Ephemeral nodes | |
GAUGE, DOUBLE, n/a | Number of ephemeral nodes. |
/nodes/watches_count Watches | |
GAUGE, DOUBLE, n/a | *Number of watches on ZooKeeper nodes. |
/requests/latency/average Average request latency | |
GAUGE, DOUBLE, ms | Average request latency. |
/requests/latency/maximum Maximum request latency | |
GAUGE, DOUBLE, ms | Maximum request latency. |
/requests/latency/minimum Minimum request latency | |
GAUGE, DOUBLE, ms | Minimum request latency. |
/requests/outstanding_count Outstanding requests | |
GAUGE, DOUBLE, Requests | Number of outstanding requests. |
/sync_operations/pending_count Pending syncs | |
GAUGE, DOUBLE, Packets | Number of pending synchronization operations. |
Updated almost 5 years ago