Add metric measuring number of successfully inserted push messages (#20275)
* Add number of successfully inserted push messages
This commit is contained in:
@ -357,6 +357,7 @@ fn network_run_push(
|
||||
.unwrap()
|
||||
.gossip
|
||||
.process_push_message(&from, msgs.clone(), now)
|
||||
.1
|
||||
.into_iter()
|
||||
.collect();
|
||||
let prunes_map = network
|
||||
|
Reference in New Issue
Block a user