Add BlockCacheStats metrics for RocksDB (#12556)

This commit is contained in:
Akanksha Mahajan 2025-11-17 13:25:33 -08:00 committed by GitHub
parent 19c295e651
commit abb530fbe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {