dimas-b commented on code in PR #3468:
URL: https://github.com/apache/polaris/pull/3468#discussion_r2706338966


##########
runtime/service/src/main/java/org/apache/polaris/service/reporting/PolarisMetricsReporter.java:
##########
@@ -22,5 +22,6 @@
 import org.apache.iceberg.metrics.MetricsReport;
 
 public interface PolarisMetricsReporter {
-  public void reportMetric(String catalogName, TableIdentifier table, 
MetricsReport metricsReport);
+  void reportMetric(
+      String catalogName, TableIdentifier table, MetricsReport metricsReport, 
long timestampMs);

Review Comment:
   just wondering: is it critical to pass `timestampMs` from the outside? Is it 
envisioned to be used for some kind of correlation with other timestamps?



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

Reply via email to