ddanielr commented on code in PR #4156:
URL: https://github.com/apache/accumulo/pull/4156#discussion_r1449679927


##########
test/src/main/java/org/apache/accumulo/test/compaction/CompactionPriorityQueueMetricsIT.java:
##########
@@ -97,7 +98,7 @@ public class CompactionPriorityQueueMetricsIT extends 
SharedMiniClusterBase {
   private String rootPath;
 
   public static final String QUEUE1 = "METRICSQ1";
-  public static final String QUEUE1_METRIC_LABEL = "e." + 
MetricsUtil.formatString(QUEUE1);
+  public static final String QUEUE1_METRIC_LABEL = QUEUE1;

Review Comment:
   I'll look into this.
   
   The whole point of the format call was to make sure that the metric labels 
are syntactically correct for micrometer.



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