luoxin created ZOOKEEPER-4863:
---------------------------------
Summary: Support Client Error metrics
Key: ZOOKEEPER-4863
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4863
Project: ZooKeeper
Issue Type: Improvement
Reporter: luoxin
Support client error statistics metrics may help users find exceptions in their
applications. For example, using {{echo mntr | nc localhost 2181}} can produce
the following output:
...
client_error_node_exist 33
client_error_no_node 22
...
We can also add these metrics to Prometheus metrics.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)