zookeeper icon indicating copy to clipboard operation
zookeeper copied to clipboard

ZOOKEEPER-4983: Add client-triggered operation count metrics

Open li4wang opened this issue 3 months ago • 0 comments

This PR contains the following changes for supporting client-triggered op count metrics for more visibility of client triggered load and pattern.

  • ServerMetrics.java: Added counter definitions and initialization for all operation types
  • FinalRequestProcessor.java: Implemented operation counting in the main request processing pipeline
  • ServerMetricsOpCountTest.java: Added unit tests

li4wang avatar Oct 16 '25 00:10 li4wang