diff --git a/core/src/cluster_info.rs b/core/src/cluster_info.rs index 731d782b2a..ded25d50e7 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -2142,6 +2142,11 @@ impl ClusterInfo { self.stats.process_pull_response_fail_timeout.clear(), i64 ), + ( + "pull_response_success", + self.stats.process_pull_response_success.clear(), + i64 + ), ( "process_pull_resp_timeout", self.stats.process_pull_response_timeout.clear(),