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

automerge
This commit is contained in:
mergify[bot]
2020-06-10 10:45:27 -07:00
committed by GitHub
parent a79702c62c
commit 8e1c2d2df4

View File

@ -2142,6 +2142,11 @@ impl ClusterInfo {
self.stats.process_pull_response_fail_timeout.clear(), self.stats.process_pull_response_fail_timeout.clear(),
i64 i64
), ),
(
"pull_response_success",
self.stats.process_pull_response_success.clear(),
i64
),
( (
"process_pull_resp_timeout", "process_pull_resp_timeout",
self.stats.process_pull_response_timeout.clear(), self.stats.process_pull_response_timeout.clear(),