Fokko commented on code in PR #10397: URL: https://github.com/apache/iceberg/pull/10397#discussion_r1620309427
########## core/src/main/java/org/apache/iceberg/rest/RESTMetricsReporter.java: ########## @@ -26,7 +26,11 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -class RESTMetricsReporter implements MetricsReporter { +/** + * A {@link MetricsReporter} implementation that reports the {@link MetricsReport} to a REST + * endpoint. It's the default when using the {@link RESTCatalog}. + */ +public class RESTMetricsReporter implements MetricsReporter { Review Comment: I think pointing it to the Java source in Github would be better indeed 👍 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org