nastra commented on code in PR #6404:
URL: https://github.com/apache/iceberg/pull/6404#discussion_r1046130246
##########
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:
it's in 2 PRs because I thought that the other PR would have been merged by
now. Also I thought it's a small enough diff that wouldn't cause any problems
for either of the 2 PRs
--
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]