streamer send destination metrics for repair, gossip (#21564)

This commit is contained in:
Jeff Biseda
2021-12-17 15:21:05 -08:00
committed by GitHub
parent 76098dd42a
commit 97a1fa10a6
11 changed files with 215 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ documentation = "https://docs.rs/solana-streamer"
edition = "2021"
[dependencies]
histogram = "0.6.9"
itertools = "0.10.3"
log = "0.4.14"
solana-metrics = { path = "../metrics", version = "=1.10.0" }