platinumhamburg opened a new issue, #1464: URL: https://github.com/apache/fluss/issues/1464
### Search before asking - [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar. ### Motivation Currently, the coordinator updates CoordinatorContext-related metrics on a per-event mode. Arthas trace profiling reveals that updateMetrics() consumes over 90% of the total event processing CPU resources. Since external metric exporters collect data at the seconds level, updating metrics in per-event mode is unnecessary and inefficient. ### Solution updates CoordinatorContext-related metrics periodically ### Anything else? _No response_ ### Willingness to contribute - [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]
