yiguolei commented on code in PR #43144: URL: https://github.com/apache/doris/pull/43144#discussion_r1895220366
########## be/src/runtime/exec_env_init.cpp: ########## @@ -139,7 +139,6 @@ namespace doris { class PBackendService_Stub; class PFunctionService_Stub; -DEFINE_GAUGE_METRIC_PROTOTYPE_2ARG(scanner_thread_pool_queue_size, MetricUnit::NOUNIT); DEFINE_GAUGE_METRIC_PROTOTYPE_2ARG(send_batch_thread_pool_thread_num, MetricUnit::NOUNIT); Review Comment: _send_batch_thread_pool 这个相关的监控,可以不考虑兼容性,直接迁移到通用的thread pool 监控里 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org