Forus0322 opened a new issue, #6880: URL: https://github.com/apache/paimon/issues/6880
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation While Paimon currently provides metrics reports, they require viewing them through the Flink web UI, and historical compaction metrics become unavailable once a task restarts or stops. Furthermore, Spark engine metrics reports only show scans, leading to inconsistencies when pushing metrics to the engine. Users need to rely on compaction metrics to determine task performance. ### Solution A new Compaction Metrics System Table has been added. Each time a compaction snapshot is submitted, a compaction metrics record is written to the metrics directory under the table path. ### Anything else? This is my first time submitting a PR to the Paimon community, and there may be many things I haven't considered. Please feel free to point them out. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
