From e1998bf1a4e9b2a37d79b3c7a6c43aab3e8f5878 Mon Sep 17 00:00:00 2001 From: emanuel-sol Date: Tue, 27 Aug 2024 21:25:37 -0400 Subject: [PATCH] docs(book): update observability.md --- 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 9f0f1b852b72..9f4625188cc2 100644 --- a/book/run/observability.md +++ b/book/run/observability.md @@ -55,7 +55,7 @@ Depending on your installation you may find the config for your Prometheus servi Next, open up "localhost:3000" in your browser, which is the default URL for Grafana. Here, "admin" is the default for both the username and password. -Once you've logged in, click on the gear icon in the lower left, and select "Data Sources". Click on "Add data source", and select "Prometheus" as the type. In the HTTP URL field, enter `http://localhost:9090`. Finally, click "Save & Test". +Once you've logged in, click on "Connections" in the left side panel and select "Data Sources". Click on "Add data source", and select "Prometheus" as the type. In the HTTP URL field, enter http://localhost:9090. Finally, click "Save & Test". 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.