manuzhang commented on code in PR #10397:
URL: https://github.com/apache/iceberg/pull/10397#discussion_r1620844093


##########
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've pointed all links in `metrics-reporting.md` to GitHub.



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

Reply via email to