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)
|
||||
|
||||
## Monitoring
|
||||
- [Matrics](./monitoring/matrics.md)
|
||||
- [Metrics](./monitoring/metrics.md)
|
||||
|
||||
## [FAQ](./faq/README.md)
|
||||
@ -2,8 +2,8 @@
|
||||
|
||||
## Command
|
||||
- **node:** Start Reth node
|
||||
- **test-chain:** Runs Ethereum blockchain tests
|
||||
- **db:** database Debugging utilities for troubleshoot and fix issues with database systems.
|
||||
- **test-chain:** Run Ethereum blockchain tests
|
||||
- **db:** Debugging utilities to troubleshoot and fix issues with database systems.
|
||||
|
||||
## Options
|
||||
- **-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.
|
||||
|
||||
## Stage Header
|
||||
Reference in New Issue
Block a user