mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-06 13:04:58 -05:00
* add reth book structur * introduction to reth * add system requirement * update docs * Add node detail * add Disclaimer for disk estimate * add Disclaimer for disk estimate * add comman-line options * matrics docs * add logs docs * remove disk usage for now * Add disable-discovery flag in cli docs #597 Co-authored-by: Satoshi Okamoto <satoshi@butcher73.com>
817 B
817 B
Matrics
Reth integrated with Prometheus allows users to measure various metrics to gain insight into the status and performance of a Reth node. For example, users can track the network status, transaction pool status, and other metrics to understand how the node is functioning.
Stage Header
- headers_counter: Number of headers successfully retrieved
- timeout_errors: Number of timeout errors while requesting headers
- validation_errors: Number of validation errors while requesting headers
- unexpected_errors: Number of unexpected errors while requesting headers
Transaction pool
- inserted_transactions: Number of transactions inserted in the pool
- invalid_transactions: Number of invalid transactions
- removed_transactions: Number of removed transactions from the pool