lordcheng10 commented on code in PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#discussion_r906753871
##########
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:
Fixed,PTAL,thanks!
--
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]