Neptune-Crypto/neptune-core

Introduce tooling to monitor network health

開放

#292 建立於 2024年12月18日

 (0 則留言) (0 個反應) (0 位負責人)Rust (45 個分叉)auto 404
enhancementgood first issuehelp wanted

倉庫指標

星標
 (110 顆星)
PR 合併指標
 (平均合併 12小時 40分鐘) (30 天內合併 7 個 PR)

描述

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.

貢獻者指南