EMsnap commented on code in PR #8895:
URL: https://github.com/apache/inlong/pull/8895#discussion_r1322544613


##########
inlong-sort/sort-flink/base/src/main/java/org/apache/inlong/sort/base/metric/SourceMetricData.java:
##########
@@ -242,6 +243,11 @@ public void outputMetricsWithEstimate(Object data) {
         outputMetrics(1, getDataSize(data));
     }
 
+    public void outputMetricsWithEstimate(Object[] records) {

Review Comment:
   maybe we need to specify a data time using the metadata "inlong_data_tim 
when sending audit metrics ? 



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