Github user phunt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/466#discussion_r183565978
--- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml ---
@@ -1897,6 +1896,12 @@ server.3=zoo3:2888:3888</programlisting>
zk_pending_syncs 0 - only exposed by the
Leader
zk_open_file_descriptor_count 23 - only available on Unix
platforms
zk_max_file_descriptor_count 1024 - only available on Unix
platforms
+ zk_last_proposal_size
--- End diff --
these are missing example values
---