hongkun-Shao commented on code in PR #30875: URL: https://github.com/apache/doris/pull/30875#discussion_r1482484714
########## be/src/service/http_service.cpp: ########## @@ -164,6 +165,13 @@ Status HttpService::start() { _ev_http_server->register_handler(HttpMethod::GET, "/metrics", action); } + // register bvar_metrics + { + auto action = _pool.add( + new BvarMetricsAction(_env, TPrivilegeHier::GLOBAL, TPrivilegeType::NONE)); Review Comment: `${be_host}:${brpc_port}/brpc_metrics` have something not supported, we just use Original` host:port/bvar_metrics` -- 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