hangc0276 commented on code in PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#discussion_r910525040


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/RequestStats.java:
##########
@@ -92,6 +93,14 @@ public class RequestStats {
         parent = ADD_ENTRY_REQUEST
     )
     private final OpStatsLogger addEntryStats;
+
+    @StatsDoc(
+            name = WRITE_THREAD_QUEUED_LATENCY,
+            help = "operation stats of enqueuing requests to write threadpool 
queue",
+            parent = ADD_ENTRY_REQUEST
+    )
+    private final OpStatsLogger writeThreadQueueStats;

Review Comment:
   writeThreadQueuedStats ?



-- 
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