Update prometheus.md
parent
6165534dbf
commit
3259a051bc
|
@ -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
|
docker run --rm -p 9090:9090 -v "$(pwd)"/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml --name prometheus prom/prometheus
|
||||||
```
|
```
|
||||||
|
|
||||||
UI:
|
UI endpoint:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
localhost:9090
|
localhost:9090
|
||||||
|
@ -24,7 +24,7 @@ Docker:
|
||||||
docker run --rm -p 9091:9091 --name pushgateway prom/pushgateway
|
docker run --rm -p 9091:9091 --name pushgateway prom/pushgateway
|
||||||
```
|
```
|
||||||
|
|
||||||
UI:
|
UI endpoint:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
localhost:9091
|
localhost:9091
|
||||||
|
|
Loading…
Reference in New Issue