tjiuming commented on pull request #14742: URL: https://github.com/apache/pulsar/pull/14742#issuecomment-1072126275
this pr add following metrics: |name|type|description| |--|--|--| |pulsar_web_executor_max_threads|GAUGE|The max threads of pulsar-web thread pool| |pulsar_web_executor_min_threads|GAUGE|The max threads of pulsar-web thread pool| |pulsar_web_executor_idle_threads|GAUGE|The idle threads of pulsar-web thread pool| |pulsar_web_executor_active_threads|GAUGE|The active-threads(doing task) of pulsar-web thread pool| |pulsar_web_executor_current_threads|GAUGE|How many threads in the pulsar-web thread pool now| -- 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]
