Github user hanm commented on the issue:
https://github.com/apache/zookeeper/pull/580
One question about gathering metrics using this system: let's say I have a
use case where I want to gather the number of requests processed by
FinalRequestProcessor for each request type (e.g. Ping, CreateSession, and
other OpCode types). How to do this using this metrics system? I think I have
to add, for each OpCode, a new enum type in ServerMetrics, is this correct? ---
