Summary
Right now we only have a stub for Filecoin.NetBandwidthStats that returns all zeroes. The stub needs to be there, though, otherwise some widget fail completely (even if they don't use the data...).
There are no ready interfaces for this through libp2p AFAIK so this might need a bigger change. Maybe there's already something in rust-libp2p, though, not sure. I recall one can enable all p2p metrics somehow, but that might be an overkill. To be measured.
Completion Criteria
Additional Links & Resources
Summary
Right now we only have a stub for
Filecoin.NetBandwidthStatsthat returns all zeroes. The stub needs to be there, though, otherwise some widget fail completely (even if they don't use the data...).There are no ready interfaces for this through libp2p AFAIK so this might need a bigger change. Maybe there's already something in
rust-libp2p, though, not sure. I recall one can enable all p2p metrics somehow, but that might be an overkill. To be measured.Completion Criteria
NetBandwidthStats- measure they really reflect reality.Additional Links & Resources