Skip to content

Commit

Permalink
chore: fix typo in book (paradigmxyz#719)
Browse files Browse the repository at this point in the history
* Rename matrics -> metrics

* Rephrase some cmd-line option descriptions
  • Loading branch information
lambdaclass-user authored Jan 4, 2023
1 parent 5a58554 commit 19f4132
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions book/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions book/fundamentals/command-line_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions book/monitoring/matrics.md → book/monitoring/metrics.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 19f4132

Please sign in to comment.