You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/06/26 03:01:17 UTC

[GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3363: add writeThreadQueueStats

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


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookKeeperServerStats.java:
##########
@@ -46,6 +46,7 @@ public interface BookKeeperServerStats {
     // Stats
     String ADD_ENTRY_REQUEST = "ADD_ENTRY_REQUEST";
     String ADD_ENTRY = "ADD_ENTRY";
+    String WRITE_THREAD_QUEUE_LATENCY = "WRITE_THREAD_QUEUE_LATENCY";

Review Comment:
   use `WRITE_THREAD_QUEUED_LATENCY` might be better.



-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org