dlmarion commented on code in PR #3551:
URL: https://github.com/apache/accumulo/pull/3551#discussion_r1268591282


##########
core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java:
##########
@@ -597,6 +639,18 @@ public interface MetricsProducer {
   String METRICS_LOW_MEMORY = "accumulo.detected.low.memory";
   String METRICS_COMPACTOR_PREFIX = "accumulo.compactor.";
   String METRICS_COMPACTOR_MAJC_STUCK = METRICS_COMPACTOR_PREFIX + 
"majc.stuck";
+  String METRICS_COMPACTOR_JOB_PRIORITY_QUEUES = METRICS_COMPACTOR_PREFIX + 
"cjpq.count";

Review Comment:
   `queue` is correct here as these are metrics for the priority queue in the 
CompactionCoordinator - a data structure. The `group` name is for the concept 
of resource groups, which has to do with processes (compactor, manager, 
tserver, etc.) 



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