From fa5c7b84818723b1f6ddb4cc9128bcca146c4a1a Mon Sep 17 00:00:00 2001 From: Sergei Tikhomirov Date: Thu, 9 Nov 2023 16:18:53 +0100 Subject: [PATCH] add exact localhost Grafana dashboard URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eced50..3bc835d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ docker-compose up -d ``` **🏄🏼‍♂️ 3. Interact with your nwaku node** -* See [localhost:3000](http://localhost:3000) for node metrics. +* See [http://localhost:3000/d/yns_4vFVk/nwaku-monitoring](http://localhost:3000/d/yns_4vFVk/nwaku-monitoring) for node metrics. * See [localhost:4000](http://localhost:4000). Under development 🚧 **📬 4. Use the REST API** @@ -64,4 +64,4 @@ curl -X GET "http://127.0.0.1:8645/store/v1/messages?contentTopics=%2Fmy-app%2F2 -H "accept: application/json" ``` -For advanced documentation, refer to [ADVANCED.md](https://github.com/waku-org/nwaku-compose/blob/master/ADVANCED.md). \ No newline at end of file +For advanced documentation, refer to [ADVANCED.md](https://github.com/waku-org/nwaku-compose/blob/master/ADVANCED.md).