diff --git a/core/src/cluster_info.rs b/core/src/cluster_info.rs index 49204f5017..175312aa84 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -2115,6 +2115,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(),