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/03/13 11:17:30 UTC

[GitHub] [bookkeeper] StevenLuMT commented on a change in pull request #3102: add stats for throttled-write

StevenLuMT commented on a change in pull request #3102:
URL: https://github.com/apache/bookkeeper/pull/3102#discussion_r825432213



##########
File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/DbLedgerStorageStats.java
##########
@@ -60,6 +60,7 @@
     private static final String FLUSH_LEDGER_INDEX = "flush-ledger-index";
     private static final String FLUSH_SIZE = "flush-size";
     private static final String THROTTLED_WRITE_REQUESTS = "throttled-write-requests";
+    private static final String THROTTLED_WRITE = "throttled-write";

Review comment:
       throttled-write is OpStatsLogger, this prometheus metrics has two method: sum and count
   1.  throttled_write:  throttled's latency
   2.  throttled_write_count: the count of throttled
   3.  throttled_write_sum: the sum throttled's latency




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