Cluster info metrics (#10215)

This commit is contained in:
sakridge
2020-05-25 15:03:34 -07:00
committed by GitHub
parent c1738b01a0
commit 7ebd8ee531
4 changed files with 334 additions and 113 deletions

View File

@ -455,7 +455,8 @@ fn network_run_pull(
overhead += node
.lock()
.unwrap()
.process_pull_response(&from, &timeouts, rsp, now);
.process_pull_response(&from, &timeouts, rsp, now)
.0;
}
(bytes, msgs, overhead)
})