lighthouse/beacon_node/lighthouse_network
João Oliveira f06391717c collect bandwidth metrics per transport (#4805)
## Issue Addressed

Following the conversation on https://github.com/libp2p/rust-libp2p/pull/3666 the changes introduced in this PR will allow us to give more insights if the bandwidth limitations happen at the transport level, namely if quic helps vs yamux and it's [window size limitation](https://github.com/libp2p/rust-yamux/issues/162) or if the bottleneck is at the gossipsub level.
## Proposed Changes

introduce new quic and tcp bandwidth metric gauges.

cc @mxinden (turned out to be easier, Thomas gave me a hint)
2023-10-19 05:19:22 +00:00
..
src collect bandwidth metrics per transport (#4805) 2023-10-19 05:19:22 +00:00
tests Merge unstable 20230925 into deneb-free-blobs. 2023-09-26 10:32:18 +10:00
Cargo.toml Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00