rdblue commented on code in PR #6404:
URL: https://github.com/apache/iceberg/pull/6404#discussion_r1046069256
##########
api/src/main/java/org/apache/iceberg/metrics/LoggingMetricsReporter.java:
##########
@@ -28,6 +28,11 @@
*/
public class LoggingMetricsReporter implements MetricsReporter {
private static final Logger LOG =
LoggerFactory.getLogger(LoggingMetricsReporter.class);
+ private static final LoggingMetricsReporter INSTANCE = new
LoggingMetricsReporter();
Review Comment:
This is small enough I don't think it's a problem.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]