yihua commented on code in PR #17518:
URL: https://github.com/apache/hudi/pull/17518#discussion_r2600512175


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/HoodieMetrics.java:
##########
@@ -95,6 +95,8 @@ public class HoodieMetrics {
   public static final String COUNTER_METRIC_EXTENSION = "." + COUNTER_METRIC;
   public static final String SUCCESS_COUNTER = "success" + 
COUNTER_METRIC_EXTENSION;
   public static final String FAILURE_COUNTER = "failure" + 
COUNTER_METRIC_EXTENSION;
+  public static final String TOTAL_LOG_BLOCKS_COMPACTED_STR = 
"totalLogBlocksCompacted";
+  public static final String TOTAL_LOG_RECORDS_COMPACTED_STR = 
"totalLogRecordsCompacted";

Review Comment:
   nit: place these variables to the group with other compaction 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