core-rs-albatross icon indicating copy to clipboard operation
core-rs-albatross copied to clipboard

Add metrics for libp2p

Open paberr opened this issue 8 months ago • 0 comments

libp2p offers a variety of metrics that we could tap into as well. Unfortunately, it builds on the prometheus_client crate, which would require us to initialise a Registry before initialising the network and passing it through all our code.

paberr avatar Jun 18 '24 16:06 paberr