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