yiguolei commented on code in PR #48924:
URL: https://github.com/apache/doris/pull/48924#discussion_r1988851491


##########
be/src/util/doris_metrics.h:
##########
@@ -230,6 +230,7 @@ class DorisMetrics {
     IntCounter* scanner_ctx_cnt = nullptr;
     IntCounter* scanner_cnt = nullptr;
     IntCounter* scanner_task_cnt = nullptr;
+    IntCounter* column_reader_cnt = nullptr;

Review Comment:
   不需要加这个,之前有一个bvar 解决这个问题。
   当前,我们已经去不掉bvar了,后面我们想办法把bvar 通过doris metric 这个接口暴露出去就行了。



-- 
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

Reply via email to