Skip to content
New issue

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

Networking metrics to add to Prometheus #560

Open
6 of 13 tasks
tomaka opened this issue Mar 12, 2020 · 2 comments
Open
6 of 13 tasks

Networking metrics to add to Prometheus #560

tomaka opened this issue Mar 12, 2020 · 2 comments
Labels
I5-enhancement An additional feature request.

Comments

@tomaka
Copy link
Contributor

tomaka commented Mar 12, 2020

To add:

  • Number of records in the Kademlia storage. (xcm-executor: validate destinations for ReserveWithdraw and Teleport transfers #5660)
  • Number of active Kademlia iterative queries.
  • Number of active Kademlia RPC queries for which we're waiting for an answer.
  • Number of open connections that are being kept alive but unused at this time.
  • Number of open connections that are being used for Kademlia queries.
  • Number of open connections that are being used for light client requests.
  • Number of open connections that are being used for syncing (new protocol).
  • Number of open connections that are being used for notifications (for each notification protocol).
  • Sizes of notifications ('remainder' instead of reminder && explicit instruction to clone #5535)
  • Sizes of light client requests and responses.
  • Sizes of block requests (new protocol).
  • On the requesting side, delay between light client request and response.
  • On the requesting side, delay between block request and response.
@tomaka tomaka changed the title Add Kademlia-related metrics to Prometheus Networking metrics to add to Prometheus Apr 1, 2020
@tomaka
Copy link
Contributor Author

tomaka commented Apr 1, 2020

I re-purposed this issued as a more generic "networking metrics to add" rather than Kademlia-specific.

@tomaka
Copy link
Contributor Author

tomaka commented Aug 14, 2020

cc libp2p/rust-libp2p#1701

@altonen altonen transferred this issue from paritytech/substrate Aug 24, 2023
@the-right-joyce the-right-joyce added I5-enhancement An additional feature request. and removed J0-enhancement labels Aug 25, 2023
claravanstaden pushed a commit to Snowfork/polkadot-sdk that referenced this issue Dec 8, 2023
* updated polkadot version in types package

* fixed warnings
helin6 pushed a commit to boolnetwork/polkadot-sdk that referenced this issue Feb 5, 2024
* Move `EthereumStorageSchema` to primitives

* Delete unused deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I5-enhancement An additional feature request.
Projects
Status: Backlog 🗒
Development

No branches or pull requests

3 participants