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
We need better observability of production bootnodes in order to support them better to ensure high QoS.
Add prometheus metrics to bootnodes, specifically:
Enable and extend peerinfo protocol with cluster name and hash, see #1521
Use libp2p metrics.Reporter to get bandwith.
The text was updated successfully, but these errors were encountered:
cmd/bootnode: move bootnode to own package (#1512)
4242884
Move bootnode into its own package in preparation for adding metrics and more stuff to it. category: refactor ticket: #1506
cmd/bootnode: enable prometheus (#1534)
ad252c1
Enables prometheus metrics in the bootnode. category: feature ticket: #1506
corverroos
No branches or pull requests
Problem to be solved
We need better observability of production bootnodes in order to support them better to ensure high QoS.
Proposed solution
Add prometheus metrics to bootnodes, specifically:
Enable and extend peerinfo protocol with cluster name and hash, see #1521
Use libp2p metrics.Reporter to get bandwith.
The text was updated successfully, but these errors were encountered: