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) - [Logs](./fundamentals/logs.md)
## Monitoring ## Monitoring
- [Matrics](./monitoring/matrics.md) - [Metrics](./monitoring/metrics.md)
## [FAQ](./faq/README.md) ## [FAQ](./faq/README.md)

View File

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

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