Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
The ZooKeeper opcodes. Can be found as part of the ZooKeeper source code: https://github.com/apache/zookeeper/blob/master/zookeeper-server/src/main/java/org/apache/zookeeper/ZooDefs.java
The latency threshold override of certain opcode.
Used in:
[#next-free-field: 10]
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs. If the access log field is empty, access logs will not be written.
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
Whether to emit latency threshold metrics. If not set, it defaults to false. If false, setting ``default_latency_threshold`` and ``latency_threshold_overrides`` will not have effect.
The default latency threshold to decide the fast/slow responses and emit metrics (used for error budget calculation). https://sre.google/workbook/implementing-slos/ If it is not set, the default value is 100 milliseconds.
List of latency threshold overrides for opcodes. If the threshold override of one opcode is not set, it will fallback to the default latency threshold. Specifying latency threshold overrides multiple times for one opcode is not allowed.
Whether to emit per opcode request bytes metrics. If not set, it defaults to false.
Whether to emit per opcode response bytes metrics. If not set, it defaults to false.
Whether to emit per opcode decoder error metrics. If not set, it defaults to false.