Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit f41e8cb

Browse files
PhilsLabPhilsLab
authored andcommitted
minor changes
1 parent d37cf54 commit f41e8cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,12 @@ Good examples for additional labels are:
170170

171171
In a typical production scenario, it is recommended to use a visual frontend for your metrics, such as [Grafana](https://github.com/grafana/grafana). Grafana allows you to use your Prometheus instance as a datasource, and create Graphs and other visualizations from PromQL queries. Grafana, Prometheus, are all easy to run as docker containers.
172172

173-
The latest built image is available on Docker Hub here https://hub.docker.com/r/genegatpure/pure-exporter.
174173
To spin up a very basic set of those containers, use the following commands:
175-
```
174+
```bash
176175
# Pure exporter
177176
docker run -d -p 9491:9491 --name pure-exporter genegatpure/pure-exporter:latest
178177

179-
# Prometheus with config via bind-volume
178+
# Prometheus with config via bind-volume (create config first!)
180179
docker run -d -p 9090:9090 --name=prometheus -v /tmp/prometheus-pure.yml:/etc/prometheus/prometheus.yml -v /tmp/prometheus-data:/prometheus prom/prometheus:latest
181180

182181
# Grafana

0 commit comments

Comments
 (0)