ctubbsii commented on code in PR #6364:
URL: https://github.com/apache/accumulo/pull/6364#discussion_r3243344582


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -369,7 +373,7 @@ temporary files (for example, when creating a pre-split 
table). \
       'log4j2' or 'logback'.
       """, "2.1.4"),
   GENERAL_MICROMETER_FACTORY("general.micrometer.factory",
-      "org.apache.accumulo.core.spi.metrics.LoggingMeterRegistryFactory",
+      "org.apache.accumulo.core.metrics.AccumuloMonitorMeterRegistryFactory",

Review Comment:
   May want to put this in the spi package where the current Logging one 
exists, just because this package isn't public API.



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