IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ZooKeeper mntr metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ZooKeeper mntr metricset
editThe ZooKeeper mntr
metricset collects ZooKeeper monitoring statistics.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2017-10-12T08:05:34.853Z", "agent": { "hostname": "host.example.com", "name": "host.example.com" }, "event": { "dataset": "zookeeper.mntr", "duration": 115000, "module": "zookeeper" }, "metricset": { "name": "mntr" }, "service": { "address": "localhost:2181", "type": "zookeeper", "version": "3.4.8--1, built on 02/06/2016 03:18 GMT" }, "zookeeper": { "mntr": { "approximate_data_size": 27, "ephemerals_count": 0, "latency": { "avg": 0, "max": 0, "min": 0 }, "max_file_descriptor_count": 1048576, "num_alive_connections": 1, "open_file_descriptor_count": 25, "outstanding_requests": 0, "packets": { "received": 12, "sent": 11 }, "server_state": "standalone", "watch_count": 0, "znode_count": 4 } } }