ZooKeeper metrics
Many of the collected metrics from ZooKeeper entities are displayed as widgets in SolarWinds Observability explorers; additional metrics may be collected and available in the Metrics Explorer. You can also create an alert for when an entity's metric value moves out of a specific range. See Entities in SolarWinds Observability SaaS for information about entity types in SolarWinds Observability SaaS.
The following table lists zookeeper.
in the search box.
Metric | Units | Description |
---|---|---|
zookeeper.connection.active
|
Connections |
The number of active clients connected to a ZooKeeper server. |
zookeeper.data_tree.ephemeral_node.count
|
Nodes | The number of ephemeral nodes that a ZooKeeper server has in its data tree. |
zookeeper.data_tree.size
|
Byte | The size of data in bytes that a ZooKeeper server has in its data tree. |
zookeeper.file_descriptor.available
|
File_descriptors | The number of file descriptors that a ZooKeeper still has available. |
zookeeper.file_descriptor.limit
|
File_descriptors | The maximum number of file descriptors that a ZooKeeper server can open. |
zookeeper.file_descriptor.open
|
File_descriptors | The number of file descriptors that a ZooKeeper server has open. |
zookeeper.latency.max
|
milliseconds (ms) | The maximum time in milliseconds for requests to be processed. |
zookeeper.latency.min
|
milliseconds (ms) | The minimum time in milliseconds for requests to be processed. |
zookeeper.packet.count
|
Packets | The number of ZooKeeper packets received or sent by a server. |
zookeeper.packet.count.rate
|
Packets per second | The number of ZooKeeper packets received and sent by a server. |
zookeeper.request.active
|
Requests | The number of currently executing requests. |
zookeeper.watch.count
|
Watches | The number of watches placed on Z-Nodes on a ZooKeeper server. |
zookeeper.znode.count
|
Znodes | The number of Z-Nodes that a ZooKeeper server has in its data tree. |