PDavid commented on code in PR #2328:
URL: https://github.com/apache/zookeeper/pull/2328#discussion_r2707238688


##########
zookeeper-server/src/main/java/org/apache/zookeeper/server/ServerMetrics.java:
##########
@@ -272,6 +272,34 @@ private ServerMetrics(MetricsProvider metricsProvider) {
 
         TTL_NODE_DELETED_COUNT = 
metricsContext.getCounter("ttl_node_deleted_count");
         TTL_NODE_CREATED_COUNT = 
metricsContext.getCounter("ttl_node_created_count");
+
+        /**
+         * Operation count metrics
+         */

Review Comment:
   Just a small / nit question:
   Why do we need a JavaDoc comment here for this? I guess this would be some 
kind of a divider here and we have some examples above, but in this case 
shouldn't this be a normal (not JavaDoc comment)? :thinking: 
   
   (I can see that there are already some examples of this above but I think 
those are also most probably wrong.)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to