duongkame commented on code in PR #7371:
URL: https://github.com/apache/ozone/pull/7371#discussion_r1819936445
##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/ContainerClientMetrics.java:
##########
@@ -52,6 +53,17 @@ public final class ContainerClientMetrics {
private MutableCounterLong totalWriteChunkCalls;
@Metric
private MutableCounterLong totalWriteChunkBytes;
+
+ @Metric
+ private MutableRate hsyncSynchronizedWorkNs;
+ @Metric
+ private MutableRate hsyncSendWriteChunkNs;
+ @Metric
+ private MutableRate hsyncWaitForFlushNs;
+ @Metric
+ private MutableRate hsyncWatchForCommitNs;
Review Comment:
Initialized by `@Metric`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]