Update prometheus.md

main
Nguyen Tran Hau 2020-06-12 18:20:44 +07:00 committed by GitHub
parent 6165534dbf
commit 3259a051bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ docker run --rm -p 9090:9090 --name prometheus prom/prometheus
docker run --rm -p 9090:9090 -v "$(pwd)"/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml --name prometheus prom/prometheus
```
UI:
UI endpoint:
```txt
localhost:9090
@ -24,7 +24,7 @@ Docker:
docker run --rm -p 9091:9091 --name pushgateway prom/pushgateway
```
UI:
UI endpoint:
```txt
localhost:9091