Fix a typo in metrics.md (#2658)

This commit is contained in:
Marek 2021-08-23 14:56:58 +02:00 committed by GitHub
parent 4691a871bf
commit bacc0f3bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.