Add back missing pull_response success counter (#10491) (#10501)

Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
mergify[bot]
2020-06-10 15:11:13 -07:00
committed by GitHub
parent 1586b86797
commit 84b28fb261

View File

@ -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(),