From 88ff269370590f6d133d5f2fec17deca899433de Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Wed, 14 Oct 2015 09:15:56 -0400 Subject: [PATCH] added measurement prefix --- plugins/zookeeper/README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/plugins/zookeeper/README.md b/plugins/zookeeper/README.md index c2dc6b540..fe7a8a4ad 100644 --- a/plugins/zookeeper/README.md +++ b/plugins/zookeeper/README.md @@ -35,21 +35,21 @@ Meta: - tags: `server= port=` Measurement names: -- avg_latency -- max_latency -- min_latency -- packets_received -- packets_sent -- outstanding_requests -- znode_count -- watch_count -- ephemerals_count -- approximate_data_size -- followers #only exposed by the Leader -- synced_followers #only exposed by the Leader -- pending_syncs #only exposed by the Leader -- open_file_descriptor_count -- max_file_descriptor_count +- zookeeper_avg_latency +- zookeeper_max_latency +- zookeeper_min_latency +- zookeeper_packets_received +- zookeeper_packets_sent +- zookeeper_outstanding_requests +- zookeeper_znode_count +- zookeeper_watch_count +- zookeeper_ephemerals_count +- zookeeper_approximate_data_size +- zookeeper_followers #only exposed by the Leader +- zookeeper_synced_followers #only exposed by the Leader +- zookeeper_pending_syncs #only exposed by the Leader +- zookeeper_open_file_descriptor_count +- zookeeper_max_file_descriptor_count #### Zookeeper string measurements: @@ -58,5 +58,5 @@ Meta: - tags: `server= port=` Measurement names: -- zk_version -- server_state \ No newline at end of file +- zookeeper_version +- zookeeper_server_state \ No newline at end of file