From bacc0f3bbfd88455e46b35c896c8320ccf923d3f Mon Sep 17 00:00:00 2001 From: Marek Date: Mon, 23 Aug 2021 14:56:58 +0200 Subject: [PATCH] Fix a typo in metrics.md (#2658) --- book/src/user/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/user/metrics.md b/book/src/user/metrics.md index cf5b26d77..d09962e80 100644 --- a/book/src/user/metrics.md +++ b/book/src/user/metrics.md @@ -20,7 +20,7 @@ sudo docker run --detach --network host --env GF_SERVER_HTTP_PORT=3030 --env GF_ ``` Now the grafana dashboard is available at [http://localhost:3030](http://localhost:3030) ; the default username and password is `admin`/`admin`. -Prometheus scrapes Zebra on `localhost:9999`, and provides the results on `locahost:9090`. +Prometheus scrapes Zebra on `localhost:9999`, and provides the results on `localhost:9090`. 2. Configure Grafana with a Prometheus HTTP Data Source, using Zebra's `metrics.endpoint_addr`.