added measurement prefix
This commit is contained in:
parent
7121e1a3b0
commit
88ff269370
|
@ -35,21 +35,21 @@ Meta:
|
||||||
- tags: `server=<hostname> port=<port>`
|
- tags: `server=<hostname> port=<port>`
|
||||||
|
|
||||||
Measurement names:
|
Measurement names:
|
||||||
- avg_latency
|
- zookeeper_avg_latency
|
||||||
- max_latency
|
- zookeeper_max_latency
|
||||||
- min_latency
|
- zookeeper_min_latency
|
||||||
- packets_received
|
- zookeeper_packets_received
|
||||||
- packets_sent
|
- zookeeper_packets_sent
|
||||||
- outstanding_requests
|
- zookeeper_outstanding_requests
|
||||||
- znode_count
|
- zookeeper_znode_count
|
||||||
- watch_count
|
- zookeeper_watch_count
|
||||||
- ephemerals_count
|
- zookeeper_ephemerals_count
|
||||||
- approximate_data_size
|
- zookeeper_approximate_data_size
|
||||||
- followers #only exposed by the Leader
|
- zookeeper_followers #only exposed by the Leader
|
||||||
- synced_followers #only exposed by the Leader
|
- zookeeper_synced_followers #only exposed by the Leader
|
||||||
- pending_syncs #only exposed by the Leader
|
- zookeeper_pending_syncs #only exposed by the Leader
|
||||||
- open_file_descriptor_count
|
- zookeeper_open_file_descriptor_count
|
||||||
- max_file_descriptor_count
|
- zookeeper_max_file_descriptor_count
|
||||||
|
|
||||||
#### Zookeeper string measurements:
|
#### Zookeeper string measurements:
|
||||||
|
|
||||||
|
@ -58,5 +58,5 @@ Meta:
|
||||||
- tags: `server=<hostname> port=<port>`
|
- tags: `server=<hostname> port=<port>`
|
||||||
|
|
||||||
Measurement names:
|
Measurement names:
|
||||||
- zk_version
|
- zookeeper_version
|
||||||
- server_state
|
- zookeeper_server_state
|
Loading…
Reference in New Issue