Skip to content

Commit

Permalink
docs: various book chores (paradigmxyz#3172)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Jun 15, 2023
1 parent ff36f78 commit 49adb8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions book/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
1. [admin](./jsonrpc/admin.md)
1. [rpc](./jsonrpc/rpc.md)
1. [CLI Reference](./cli/cli.md)
1. [reth node](./cli/node.md) -->
1. [reth node](./cli/node.md)
1. [reth db](./cli/db.md)
1. [reth p2p](./cli/p2p.md)
1. [reth stage](./cli/stage.md)
1. [reth dump-stage](./cli/dump-stage.md)
1. [reth drop-stage](./cli/drop-stage.md)
1. [Developers](./developers/developers.md)
1. [Contribute](./developers/contribute.md)
1. [Architecture](./developers/architecture.md)
4 changes: 2 additions & 2 deletions book/run/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ while true; do date; curl -s localhost:9000 | grep -Ev '^(#|$)' | sort; echo; sl

We're finally getting somewhere! As a final step, though, wouldn't it be great to see how these metrics progress over time (and generally, in a GUI)?

### Prometheus & Grafana
## Prometheus & Grafana

We're going to be using Prometheus to collect metrics off of the endpoint we set up, and use Grafana to scrape the metrics from Prometheus and define a dashboard with them.

Expand Down Expand Up @@ -55,7 +55,7 @@ To configure the dashboard in Grafana, click on the squares icon in the upper le

And voilá, you should see your dashboard! If you're not yet connected to any peers, the dashboard will look like it's in an empty state, but once you are, you should see it start populating with data.

### Conclusion
## Conclusion

In this runbook, we took you through starting the node, exposing different log levels, exporting metrics, and finally viewing those metrics in a Grafana dashboard.

Expand Down

0 comments on commit 49adb8d

Please sign in to comment.