added measurement prefix
This commit is contained in:
parent
7121e1a3b0
commit
88ff269370
|
@ -35,21 +35,21 @@ Meta:
|
|||
- tags: `server=<hostname> port=<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=<hostname> port=<port>`
|
||||
|
||||
Measurement names:
|
||||
- zk_version
|
||||
- server_state
|
||||
- zookeeper_version
|
||||
- zookeeper_server_state
|
Loading…
Reference in New Issue