keith-turner commented on code in PR #5011:
URL: https://github.com/apache/accumulo/pull/5011#discussion_r1813954485


##########
server/compactor/src/main/java/org/apache/accumulo/compactor/Compactor.java:
##########
@@ -687,6 +688,7 @@ public void run() {
 
     MetricsInfo metricsInfo = getContext().getMetricsInfo();
     metricsInfo.addServiceTags(getApplicationName(), clientAddress);
+    metricsInfo.addCommonTags(List.of(Tag.of("queue", this.queueName)));

Review Comment:
   Coul d use resource.group as the tag name, seems scan server is using that 
in 2.1
   
   
https://github.com/apache/accumulo/blob/7147177385ef04961250b63cf5a709c41bd94287/server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServer.java#L408



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to