luoyuxia commented on code in PR #1729:
URL: https://github.com/apache/fluss/pull/1729#discussion_r2367829788
##########
fluss-common/src/main/java/org/apache/fluss/metrics/MetricNames.java:
##########
@@ -132,6 +132,8 @@ public class MetricNames {
public static final String LOG_NUM_SEGMENTS = "numSegments";
public static final String LOG_END_OFFSET = "endOffset";
public static final String REMOTE_LOG_SIZE = "size";
+ public static final String LOG_LAKE_PENDING_RECORDS = "pendingRecords";
Review Comment:
Then, the metrics for lake tiering name will be :
- for the timestamp lag(the lag between latest timestamp of lake and fluss):
`table_bucket_lakeTiering_timestampLag`
- for the records lag(how many records are not tiered into lake):
table_bucket_lakeTiering_timestampLag
@wuchong What do you think of it. Any suggestion on the naming ?
##########
fluss-common/src/main/java/org/apache/fluss/metrics/MetricNames.java:
##########
@@ -132,6 +132,8 @@ public class MetricNames {
public static final String LOG_NUM_SEGMENTS = "numSegments";
public static final String LOG_END_OFFSET = "endOffset";
public static final String REMOTE_LOG_SIZE = "size";
+ public static final String LOG_LAKE_PENDING_RECORDS = "pendingRecords";
Review Comment:
Then, the metrics for lake tiering name will be :
- for the timestamp lag(the lag between latest timestamp of lake and fluss):
`table_bucket_lakeTiering_timestampLag`
- for the records lag(how many records are not tiered into lake):
`table_bucket_lakeTiering_timestampLag`
@wuchong What do you think of it. Any suggestion on the naming ?
--
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]