Auto merge of #5060 - str4d:book-fix-metrics-example, r=str4d

book: Fix comment in metrics example, and clarify usage
This commit is contained in:
Homu 2021-04-15 02:12:29 +00:00
commit 5ccaf89acc
1 changed files with 4 additions and 3 deletions

View File

@ -64,7 +64,8 @@ wallet holding live funds.
### Example metrics collection with Docker ### Example metrics collection with Docker
The example instructions below were tested on Windows 10 using Docker Desktop The example instructions below were tested on Windows 10 using Docker Desktop
with the WSL 2 backend: with the WSL 2 backend, connected to a `zcashd` running inside WSL2 (but not
inside Docker):
``` ```
# Create a storage volume for Grafana (once) # Create a storage volume for Grafana (once)
@ -75,8 +76,8 @@ docker volume create prometheus-storage
# Run Prometheus # Run Prometheus
# You will need to modify ~/contrib/metrics/prometheus.yaml to match the # You will need to modify ~/contrib/metrics/prometheus.yaml to match the
# endpoint configured with -prometheusmetrics (and possibly also for your Docker # port configured with -prometheusport and -metricsbind / -metricsallowip
# network setup). # (and possibly also for your Docker network setup).
docker run --detach -p 9090:9090 --volume prometheus-storage:/prometheus --volume ~/contrib/metrics/prometheus.yaml:/etc/prometheus/prometheus.yml prom/prometheus docker run --detach -p 9090:9090 --volume prometheus-storage:/prometheus --volume ~/contrib/metrics/prometheus.yaml:/etc/prometheus/prometheus.yml prom/prometheus
# Run Grafana # Run Grafana