Neptune-Crypto/neptune-core

Introduce tooling to monitor network health

オープン

#292 opened on 2024/12/18

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (45 件のフォーク)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (110 個のスター)
PR merge metrics
 (PR metrics pending)

説明

In order to respond to any problem with the neptune network in a timely manner, we need to know how it is doing. Some important metrics include:

  • difficulty over block height
  • number of blocks over time
  • number of nodes over time
  • mempool size over time
  • orphan rate over block height
  • composer & guesser time (respectively) over block height (if such data can be obtained)
  • visualize the chain and all its forks as a graph, hovering a node gives node info
  • re-organizations, and info related to them

I have never developed one, but like the look & feel of grafana dashboards.

コントリビューターガイド