SWJTU-ZhangLei commented on code in PR #32556: URL: https://github.com/apache/doris/pull/32556#discussion_r1537557049
########## fe/fe-core/src/main/java/org/apache/doris/metric/MetricCalculator.java: ########## @@ -77,4 +87,69 @@ private void update() { } MetricRepo.GAUGE_MAX_TABLET_COMPACTION_SCORE.setValue(maxCompactionScore); } + + private void initCloudMetrics() { + if (!Config.isCloudMode()) { Review Comment: > ditto resolved -- 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