dlmarion commented on code in PR #6364:
URL: https://github.com/apache/accumulo/pull/6364#discussion_r3243867389
##########
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:
Moved the AccumuloMonitorMeterRegistryFactory to the spi package in c7aa5df
--
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]