FANNG1 commented on code in PR #10138:
URL: https://github.com/apache/gravitino/pull/10138#discussion_r2877847837


##########
maintenance/optimizer/src/main/java/org/apache/gravitino/maintenance/optimizer/api/monitor/MetricsProvider.java:
##########
@@ -49,8 +47,7 @@ Map<String, List<MetricSample>> jobMetrics(
    * @param endTime end timestamp (seconds)
    * @return map keyed by metric name, each containing a metric sample series
    */
-  Map<String, List<MetricSample>> tableMetrics(
-      NameIdentifier tableIdentifier, long startTime, long endTime);
+  List<MetricPoint> tableMetrics(NameIdentifier tableIdentifier, long 
startTime, long endTime);

Review Comment:
   updated



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