diff --git a/presto-native-execution/presto_cpp/main/PrestoServer.cpp b/presto-native-execution/presto_cpp/main/PrestoServer.cpp index fd2b00c216613..fb85bd3ea2f98 100644 --- a/presto-native-execution/presto_cpp/main/PrestoServer.cpp +++ b/presto-native-execution/presto_cpp/main/PrestoServer.cpp @@ -218,7 +218,6 @@ void PrestoServer::run() { exit(EXIT_FAILURE); } - registerStatsCounters(); registerFileSinks(); registerFileSystems(); registerMemoryArbitrators(); diff --git a/presto-native-execution/presto_cpp/main/common/Counters.cpp b/presto-native-execution/presto_cpp/main/common/Counters.cpp index 9c3a7f4fa2ae9..151e918f54b91 100644 --- a/presto-native-execution/presto_cpp/main/common/Counters.cpp +++ b/presto-native-execution/presto_cpp/main/common/Counters.cpp @@ -139,8 +139,6 @@ void registerPrestoMetrics() { facebook::velox::StatType::AVG); DEFINE_METRIC( kCounterMemoryCacheTotalPrefetchBytes, facebook::velox::StatType::AVG); - DEFINE_METRIC( - kCounterMemoryCacheTotalTinyPaddingBytes, facebook::velox::StatType::AVG); DEFINE_METRIC( kCounterMemoryCacheSumEvictScore, facebook::velox::StatType::AVG); DEFINE_METRIC(