Skip to content

Commit

Permalink
docs: specifying v1.x version of prom/prometheus
Browse files Browse the repository at this point in the history
An alternative resolution for issue RisingStack#6, related to _prom/prometheus_ v1.x.x having a different schema for `rules` than the latest _prom/prometheus_ v2.x.x iterations.

Potentially, this fix could be tagged in a `v1` branch, and PR RisingStack#5 could be applied after in the `master` branch.
  • Loading branch information
haysclark authored Apr 22, 2020
1 parent c042e0c commit 12431ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Modify: `/prometheus-data/prometheus.yml`, replace `192.168.0.10` with your own
Host machine IP address: `ifconfig | grep 'inet 192'| awk '{ print $2}'`

```sh
docker run -p 9090:9090 -v "$(pwd)/prometheus-data":/prometheus-data prom/prometheus -config.file=/prometheus-data/prometheus.yml
docker run -p 9090:9090 -v "$(pwd)/prometheus-data":/prometheus-data prom/prometheus:v1.8.2 -config.file=/prometheus-data/prometheus.yml
```

Open Prometheus: [http://localhost:9090](http://localhost:9090/graph)
Expand Down

0 comments on commit 12431ad

Please sign in to comment.