lighthouse/beacon_node
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
..
beacon_chain Fix Rayon deadlock in test utils (#4837) 2023-10-18 13:36:42 +00:00
beacon_processor Merge unstable 20230925 into deneb-free-blobs. 2023-09-26 10:32:18 +10:00
builder_client Merge unstable 20230925 into deneb-free-blobs. 2023-09-26 10:32:18 +10:00
client Deneb pr updates 2 (#4851) 2023-10-17 09:53:46 +11:00
eth1 Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
execution_layer Pre-generate test blobs bundle to improve test time. (#4829) 2023-10-18 04:40:29 +00:00
genesis Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
http_api Deneb pr updates 2 (#4851) 2023-10-17 09:53:46 +11:00
http_metrics Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
lighthouse_network collect bandwidth metrics per transport (#4805) 2023-10-19 05:19:22 +00:00
network collect bandwidth metrics per transport (#4805) 2023-10-19 05:19:22 +00:00
operation_pool Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
src Merge branch 'unstable' into merge-unstable-to-deneb-20231005 2023-10-05 15:54:44 +11:00
store Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
tests Appease Clippy 1.68 and refactor http_api (#4068) 2023-03-13 01:40:03 +00:00
timer Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
Cargo.toml Merge unstable 20230925 into deneb-free-blobs. 2023-09-26 10:32:18 +10:00