From 6c7253066640ef1ed1c0391751f25480c7de2162 Mon Sep 17 00:00:00 2001 From: Yash Mittal Date: Wed, 17 Jan 2024 17:59:10 -0500 Subject: [PATCH] Specify prometheus server URL in README.md (#37) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bfaef0..e41fdac 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ docker run -d -p 3000:3000 --name=grafana grafana/grafana-enterprise ``` You should be able to navigate to `http://localhost:3000` and login with `admin`/`admin`. -You will need to add a datasource to Grafana. You can do this by navigating to `http://localhost:3000/datasources` and adding a Prometheus datasource. By default, the Prometheus server is running on `http://localhost:9090`. You can use this as the URL for the datasource. +You will need to add a datasource to Grafana. You can do this by navigating to `http://localhost:3000/datasources` and adding a Prometheus datasource. By default, the Prometheus server is running on `http://localhost:9090`. You can use `http://prometheus:9090` as the server URL for the datasource. #### Useful Dashboards EigenDA provides a set of Grafana dashboards that provide insights into key performance indicators and health metrics of an EigenDA node. These dashboards can be accessed [here](monitoring/dashboards).