Add BlockCacheStats metrics for RocksDB (#12556)
This commit is contained in:
parent
19c295e651
commit
abb530fbe6
|
|
@ -1161,6 +1161,7 @@ ACTOR Future<Void> rocksDBMetricLogger(UID id,
|
|||
|
||||
state std::vector<std::pair<const char*, std::string>> strPropertyStats = {
|
||||
{ "LevelStats", rocksdb::DB::Properties::kLevelStats },
|
||||
{ "BlockCacheEntryStats", rocksdb::DB::Properties::kBlockCacheEntryStats },
|
||||
};
|
||||
|
||||
state std::vector<std::pair<const char*, std::string>> levelStrPropertyStats = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue