Add back missing pull_response success counter (#10491)
This commit is contained in:
parent
a15f60a291
commit
6eb5ef6ac7
|
@ -2102,6 +2102,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(),
|
||||||
|
|
Loading…
Reference in New Issue