gavinchou commented on code in PR #68348:
URL: https://github.com/apache/doris/pull/68348#discussion_r4065500436
##########
be/src/io/cache/block_file_cache.cpp:
##########
@@ -403,6 +403,10 @@ BlockFileCache::BlockFileCache(const std::string&
cache_base_path,
_cache_base_path.c_str(), "file_cache_lru_dump_latency_us");
_recycle_keys_length_recorder = std::make_shared<bvar::LatencyRecorder>(
_cache_base_path.c_str(), "file_cache_recycle_keys_length");
+ _deleting_blocks_length_recorder = std::make_shared<bvar::LatencyRecorder>(
Review Comment:
latency recorder may introduce to many metrics
a latency recorder for a file cache instance exposes 10 metrics, and there
are 4 in usual
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]