From 84b28fb2616004ec5290fc924edf92d9e55e7699 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 15:11:13 -0700 Subject: [PATCH] Add back missing pull_response success counter (#10491) (#10501) Co-authored-by: sakridge --- core/src/cluster_info.rs | 5 +++++ 1 file changed, 5 insertions(+) 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(),