dimas-b commented on code in PR #4115:
URL: https://github.com/apache/polaris/pull/4115#discussion_r3318692418
##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/metrics/PolarisMetricsManager.java:
##########
@@ -75,4 +80,34 @@ default void writeCommitMetrics(
@NonNull PolarisCallContext callCtx, @NonNull CommitMetricsRecord
record) {
callCtx.getMetaStore().writeCommitReport(record);
}
+
+ default Page<ScanMetricsRecord> listScanMetrics(
Review Comment:
I agree that we should follow up with some more cleanup changes wrt #4397...
yet, from my POV it is not too critical whether this PR or that merges first.
--
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]