yiguolei commented on PR #35662:
URL: https://github.com/apache/doris/pull/35662#issuecomment-2144157031

   the metric name should be consistent with other metrics in be, for example:
   be_scan_rows,The number of rows scanned by an SQL within a single BE 
process, and if there are multiple concurrency, it is the cumulative value of 
multiple concurrency.
   be_scan_bytes,The number of bytes scanned by an SQL within a single BE 
process, and if there are multiple concurrency, it is the cumulative value of 
multiple concurrency.
   query_time,The running time of an SQL on a single BE process, measured in 
milliseconds.
   
   So that I think the name should be be_memory_used_bytes, 


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