Zookeeper Exporter (dabealu)
25,373

Created 12/19/2019
Updated 12/19/2019
Revision 1
Grafana Version >=6.5.2
Datasources
Prometheus

Install Zookeeper Exporter

add prometheus job with name that match regex (.*zk.*|.*zoo.*)

- job_name: "zookeeper-exporter"
  scrape_interval: 60s
  metrics_path: /metrics
  static_configs:
    - targets: ['zk1.example.com:8090']
Get Dashboard
Download
Copy to Clipboard
Source Grafana.com

Used Metrics 15

  • zk_up

  • zk_server_leader

  • zk_ephemerals_count

  • zk_znode_count

  • zk_watch_count

  • zk_packets_sent

  • zk_packets_received

  • zk_num_alive_connections

  • zk_open_file_descriptor_count

  • zk_max_file_descriptor_count

  • zk_avg_latency

  • zk_min_latency

  • zk_max_latency

  • zk_outstanding_requests

  • zk_approximate_data_size