morningman commented on a change in pull request #3246: [metrics] Add some metrics for container size in BE URL: https://github.com/apache/incubator-doris/pull/3246#discussion_r402116147
########## File path: be/src/runtime/etl_job_mgr.cpp ########## @@ -62,6 +63,21 @@ const std::string ERROR_FILE_PREFIX = "error_log"; EtlJobMgr::EtlJobMgr(ExecEnv* exec_env) : _exec_env(exec_env), _success_jobs(5000), _failed_jobs(5000) { + REGISTER_PRIVATE_VARIABLE_METRIC(running_etl_job_count); Review comment: `EtlJobMgr` is deprecated, it will be removed in next version. So you don't need to add metrics for it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org