mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: fix typo in book (#719)
* Rename matrics -> metrics * Rephrase some cmd-line option descriptions
This commit is contained in:
@ -11,6 +11,6 @@
|
|||||||
- [Logs](./fundamentals/logs.md)
|
- [Logs](./fundamentals/logs.md)
|
||||||
|
|
||||||
## Monitoring
|
## Monitoring
|
||||||
- [Matrics](./monitoring/matrics.md)
|
- [Metrics](./monitoring/metrics.md)
|
||||||
|
|
||||||
## [FAQ](./faq/README.md)
|
## [FAQ](./faq/README.md)
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Command
|
## Command
|
||||||
- **node:** Start Reth node
|
- **node:** Start Reth node
|
||||||
- **test-chain:** Runs Ethereum blockchain tests
|
- **test-chain:** Run Ethereum blockchain tests
|
||||||
- **db:** database Debugging utilities for troubleshoot and fix issues with database systems.
|
- **db:** Debugging utilities to troubleshoot and fix issues with database systems.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
- **-v, --verbose:** Use verbose output
|
- **-v, --verbose:** Use verbose output
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Matrics
|
# Metrics
|
||||||
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.
|
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
|
## Stage Header
|
||||||
@ -12,4 +12,4 @@ Reth integrated with Prometheus allows users to measure various metrics to gain
|
|||||||
|
|
||||||
- **inserted_transactions**: Number of transactions inserted in the pool
|
- **inserted_transactions**: Number of transactions inserted in the pool
|
||||||
- **invalid_transactions**: Number of invalid transactions
|
- **invalid_transactions**: Number of invalid transactions
|
||||||
- **removed_transactions**: Number of removed transactions from the pool
|
- **removed_transactions**: Number of removed transactions from the pool
|
||||||
Reference in New Issue
Block a user