errose28 commented on code in PR #7335:
URL: https://github.com/apache/ozone/pull/7335#discussion_r1811531594


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/AbstractContainerScannerMetrics.java:
##########
@@ -42,6 +43,8 @@ public abstract class AbstractContainerScannerMetrics {
   private MutableGaugeInt numUnHealthyContainers;
   @Metric("number of iterations of scanner completed since the restart")
   private MutableCounterInt numScanIterations;
+  @Metric("total time that the container scanned has been running, in 
milliseconds.")
+  private MutableCounterLong totalRunTimes;

Review Comment:
   I see how `totalRunTimes` might be used to imply that this is the sum of 
times of all the runs, but I think `totalRunTime` still conveys this since it 
is the "total". 



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

Reply via email to