A newer version is available. For the latest information, see the
current release documentation.
ZooKeeper module
editZooKeeper module
editThe ZooKeeper module fetches statistics from the ZooKeeper service. The default
metricsets are mntr
and server
.
Compatibility
editThe ZooKeeper metricsets were tested with ZooKeeper 3.4.8, 3.6.0 and 3.7.0. They are expected to work with all versions
>= 3.4.0. Versions prior to 3.4 do not support the mntr
command.
Note that from ZooKeeper 3.6.0, mntr
command must be explicitly enabled at ZooKeeper side using the 4lw.commands.whitelist
configuration parameter.
Dashboard
editThe Zookeeper module comes with a predefined dashboard:
Example configuration
editThe ZooKeeper module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules: - module: zookeeper enabled: true metricsets: ["mntr", "server"] period: 10s hosts: ["localhost:2181"]
Metricsets
editThe following metricsets are available: