swuferhong commented on code in PR #1698: URL: https://github.com/apache/fluss/pull/1698#discussion_r2348328654
########## website/docs/maintenance/operations/upgrade-notes-0.8.md: ########## @@ -27,6 +27,25 @@ Please also upgrade your Flink deployment to **Java 11 or above**. All Flink ver We have updated the report level for some metrics and also removed some metrics, this greatly reduces the metrics amount and improves the performance. -The following metrics are removed: TODO - -The following metrics are changed: TODO \ No newline at end of file +The following metrics are removed: + +1. `fluss_tabletserver_table_bucket_inSyncReplicasCount` - Removed as redundant. Use `fluss_tabletserver_underReplicated` instead +2. `fluss_tabletserver_table_bucket_log_size` +3. `fluss_table_bucket_kv_snapshot_latestSnapshotSize` Review Comment: Sure, The new metrics haven't been merged yet (PR: #1548). I'll update this pr once PR #1548 is merged. -- 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]
