kim-up opened a new issue, #5070: URL: https://github.com/apache/seatunnel/issues/5070
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Integrating `OpenTelemetry` by `Prometheus-exports` can better seamlessly connect to related monitoring platforms such as `Prometheus` and `Grafana`, improving the ability to monitor and alarm of the Seatunnel cluster. The metrics including `Job info detail` 、`CoordinatorService Thread Pool Status` and `JVM metrics` of seatunnel server instancce. ``` *********************************************** Job info detail *********************************************** createdJobCount scheduledJobCount runningJobCount failingJobCount failedJobCount cancellingJobCount canceledJobCount finishedJobCount restartingJobCount suspendedJobCount reconcilingJobCount *********************************************** CoordinatorService Thread Pool Status *********************************************** activeCount corePoolSize maximumPoolSize poolSize completedTaskCount taskCount *********************************************** JVM Metrics *********************************************** jvm_threads jvm_memory_pool jvm_gc jvm_info jvm_memory_bytes jvm_buffer_pool .... *********************************************** ``` ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
