From 718d811ed716374ddbbd4f372f435bd45a5f14c7 Mon Sep 17 00:00:00 2001 From: Siyuan Han <47173566+hsyodyssey@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:48:33 +0800 Subject: [PATCH] Chore(book): correct the grafana dashboards json path (#3724) --- book/run/observability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/run/observability.md b/book/run/observability.md index 43a241999..9eb3e99a5 100644 --- a/book/run/observability.md +++ b/book/run/observability.md @@ -51,7 +51,7 @@ Once you've logged in, click on the gear icon in the lower left, and select "Dat As this might be a point of confusion, `localhost:9001`, which we supplied to `--metrics`, is the endpoint that Reth exposes, from which Prometheus collects metrics. Prometheus then exposes `localhost:9090` (by default) for other services (such as Grafana) to consume Prometheus metrics. -To configure the dashboard in Grafana, click on the squares icon in the upper left, and click on "New", then "Import". From there, click on "Upload JSON file", and select the example file in [`reth/etc/grafana/overview.json`](https://github.com/paradigmxyz/reth/blob/main/etc/grafana/dashboards/overview.json). Finally, select the Prometheus data source you just created, and click "Import". +To configure the dashboard in Grafana, click on the squares icon in the upper left, and click on "New", then "Import". From there, click on "Upload JSON file", and select the example file in [`reth/etc/grafana/dashboards/overview.json`](https://github.com/paradigmxyz/reth/blob/main/etc/grafana/dashboards/overview.json). Finally, select the Prometheus data source you just created, and click "Import". 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.