EdColeman commented on code in PR #4471:
URL: https://github.com/apache/accumulo/pull/4471#discussion_r1591672166


##########
core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java:
##########
@@ -649,6 +649,10 @@ public interface MetricsProducer {
   String METRICS_UPDATE_WALOG_WRITE = METRICS_UPDATE_PREFIX + "walog.write";
   String METRICS_UPDATE_MUTATION_ARRAY_SIZE = METRICS_UPDATE_PREFIX + 
"mutation.arrays.size";
 
+  // balancer
+  String METRICS_MANAGER_BALANCER_MIGRATING = 
"manager.balancer.balancing.total";
+  String METRICS_MANAGER_BALANCER_NEED_MIGRATION = 
"manager.balancer.need.balancing.total";

Review Comment:
   Changed in a92f8cce2a



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

Reply via email to