chore: fix typo in book (#719)

* Rename matrics -> metrics

* Rephrase some cmd-line option descriptions
This commit is contained in:
LambdaClass
2023-01-04 15:30:34 -03:00
committed by GitHub
parent 5a58554596
commit 19f4132eb4
3 changed files with 6 additions and 6 deletions

View File

@ -11,6 +11,6 @@
- [Logs](./fundamentals/logs.md)
## Monitoring
- [Matrics](./monitoring/matrics.md)
- [Metrics](./monitoring/metrics.md)
## [FAQ](./faq/README.md)
## [FAQ](./faq/README.md)

View File

@ -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

View File

@ -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
@ -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
- **invalid_transactions**: Number of invalid transactions
- **removed_transactions**: Number of removed transactions from the pool
- **removed_transactions**: Number of removed transactions from the pool