You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3180 did not introduce a separation per stream though only a sum across all streams. Also, I am not yet sure how we will be able to associate the protocol with the stream because that one is only available before we inject it into the ConnectionHandler at a point where the stream has already been handed off from the muxer.
Description
Expose Prometheus metrics counting the number of bytes send and received on streams per protocol.
Rough idea:
Motivation
Allows us to get an intuition of the bandwidth consumption of each of the libp2p protocols.
Requirements
Collector
trait from src/collector: Introduce Collector abstraction prometheus/client_rust#82Open questions
Are you planning to do it yourself in a pull request?
Not any time soon. Help is much appreciated.
The text was updated successfully, but these errors were encountered: