From de7d5a94f672e5f5a62210111b3b1e33b2111b04 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Thu, 10 Jun 2021 07:50:20 +0700 Subject: [PATCH] Update Readme.md --- cmd/prometheus/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/prometheus/Readme.md b/cmd/prometheus/Readme.md index 7fd68ad50..3b89fcd4c 100644 --- a/cmd/prometheus/Readme.md +++ b/cmd/prometheus/Readme.md @@ -2,7 +2,7 @@ Add flag `--metrics` to Erigon or any other process (add `--metrics.addr` if nee Add hosts to collecting metrics in: `./cmd/prometheus/prometheus.yml` -Run Grafana and Prometheus: `docker-compose up prometheus grafana` +Run Grafana and Prometheus: `docker-compose up -d prometheus grafana` or `make prometheus` Go to: [localhost:3000](localhost:3000), admin/admin