From 19f4132eb4730fa72cf2325a7ae569bcf065211b Mon Sep 17 00:00:00 2001 From: LambdaClass <121504986+lambdaclass-user@users.noreply.github.com> Date: Wed, 4 Jan 2023 15:30:34 -0300 Subject: [PATCH] chore: fix typo in book (#719) * Rename matrics -> metrics * Rephrase some cmd-line option descriptions --- book/SUMMARY.md | 4 ++-- book/fundamentals/command-line_options.md | 4 ++-- book/monitoring/{matrics.md => metrics.md} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename book/monitoring/{matrics.md => metrics.md} (97%) diff --git a/book/SUMMARY.md b/book/SUMMARY.md index b994f1299..ed68dcdee 100644 --- a/book/SUMMARY.md +++ b/book/SUMMARY.md @@ -11,6 +11,6 @@ - [Logs](./fundamentals/logs.md) ## Monitoring -- [Matrics](./monitoring/matrics.md) +- [Metrics](./monitoring/metrics.md) -## [FAQ](./faq/README.md) \ No newline at end of file +## [FAQ](./faq/README.md) diff --git a/book/fundamentals/command-line_options.md b/book/fundamentals/command-line_options.md index 01d066315..15bb8986e 100644 --- a/book/fundamentals/command-line_options.md +++ b/book/fundamentals/command-line_options.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 diff --git a/book/monitoring/matrics.md b/book/monitoring/metrics.md similarity index 97% rename from book/monitoring/matrics.md rename to book/monitoring/metrics.md index 3c49b9ca7..7ee648e7d 100644 --- a/book/monitoring/matrics.md +++ b/book/monitoring/metrics.md @@ -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 \ No newline at end of file +- **removed_transactions**: Number of removed transactions from the pool