We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From SyncLinear.com | GOT-19
The text was updated successfully, but these errors were encountered:
// P2P Metrics PeerCount prometheus.Gauge StreamCount prometheus.Gauge PeerScores *prometheus.GaugeVec GossipEventsTotal *prometheus.CounterVec BandwidthTotal *prometheus.GaugeVec
Sorry, something went wrong.
They have an interface called Metricer that indicates all kind of metrics being collected from peers
https://github.com/ethereum-optimism/optimism/blob/develop/op-node/metrics/metrics.go#L39
Sharing optimism libp2p code https://github.com/ethereum-optimism/optimism/blob/develop/op-node/p2p/node.go
No branches or pull requests
From SyncLinear.com | GOT-19
The text was updated successfully, but these errors were encountered: