zhangyue19921010 commented on code in PR #12466:
URL: https://github.com/apache/hudi/pull/12466#discussion_r1889885259


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/HoodieMetrics.java:
##########
@@ -63,6 +63,9 @@ public class HoodieMetrics {
   public static final String COMMIT_LATENCY_IN_MS_STR = "commitLatencyInMs";
   public static final String COMMIT_FRESHNESS_IN_MS_STR = 
"commitFreshnessInMs";
   public static final String COMMIT_TIME_STR = "commitTime";
+  public static final String EARLIEST_INFLIGHT_CLUSTERING_INSTANT_STR = 
"earliestInflightClusteringInstant";

Review Comment:
   maybe we need to take care of clustering commit instead of replace commit.



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