hubgeter opened a new pull request, #35023: URL: https://github.com/apache/doris/pull/35023
## Proposed changes support be jvm metrics. if you `curl http://be_host:webserver_port/metrics` , you will get : ``` doris_be_jvm_heap_size_bytes{type="max"} 8589934592 doris_be_jvm_heap_size_bytes{type="committed"} 8589934592 doris_be_jvm_heap_size_bytes{type="used"} 364159504 doris_be_jvm_non_heap_size_bytes{type="committed"} 117899264 doris_be_jvm_non_heap_size_bytes{type="used"} 115330424 doris_be_jvm_young_size_bytes{type="used"} 255852544 doris_be_jvm_young_size_bytes{type="peak_used"} 255852544 doris_be_jvm_young_size_bytes{type="max"} 8589934592 doris_be_jvm_old_size_bytes{type="used"} 94393344 doris_be_jvm_old_size_bytes{type="peak_used"} 94393344 doris_be_jvm_old_size_bytes{type="max"} 8589934592 doris_be_jvm_gc{name="G1 Young Generation Count", type="count"} 3 doris_be_jvm_gc{name="G1 Young Generation Time", type="time"} 33 doris_be_jvm_gc{name="G1 Old Generation Count", type="count"} 0 doris_be_jvm_gc{name="G1 Old Generation Time", type="time"} 0 doris_be_jvm_thread{type="count"} 147 doris_be_jvm_thread{type="peak_count"} 147 doris_be_jvm_thread{type="new_count"} 0 doris_be_jvm_thread{type="runnable_count"} 25 doris_be_jvm_thread{type="blocked_count"} 0 doris_be_jvm_thread{type="waiting_count"} 48 doris_be_jvm_thread{type="timed_waiting_count"} 74 doris_be_jvm_thread{type="terminated_count"} 0 ``` Issue Number: close #xxx <!--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
