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:
@hangc0276
I think it's no need to change name, 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]