Add back missing pull_response success counter (#10491)

This commit is contained in:
sakridge 2020-06-10 09:17:57 -07:00 committed by GitHub
parent a15f60a291
commit 6eb5ef6ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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