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

Stackdriver Metrics
/connections_count
Open connections
GAUGE, DOUBLE, ConnectionsNumber of connections currently alive.
/data_size
Data size
GAUGE, DOUBLE, ByBytes of data on this ZooKeeper server.
/followers/count
Followers
GAUGE, DOUBLE, n/aNumber of followers.
/followers/synced_count
Synced followers
GAUGE, DOUBLE, n/aNumber of synchronized followers.
/network/received_packets_count
Packets received
CUMULATIVE, INT64, PacketsPackets received.
/network/sent_packets_count
Packets sent
CUMULATIVE, INT64, PacketsPackets sent.
/nodes/count
Nodes
GAUGE, DOUBLE, n/aZooKeeper node count.
/nodes/ephemeral_count
Ephemeral nodes
GAUGE, DOUBLE, n/aNumber 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, msAverage request latency.
/requests/latency/maximum
Maximum request latency
GAUGE, DOUBLE, msMaximum request latency.
/requests/latency/minimum
Minimum request latency
GAUGE, DOUBLE, msMinimum request latency.
/requests/outstanding_count
Outstanding requests
GAUGE, DOUBLE, RequestsNumber of outstanding requests.
/sync_operations/pending_count
Pending syncs
GAUGE, DOUBLE, PacketsNumber of pending synchronization operations.