This repository was archived by the owner on Mar 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ haproxy_exporter --haproxy.scrape-uri=unix:/run/haproxy/admin.sock
81
81
To run the haproxy exporter as a Docker container, run:
82
82
83
83
``` bash
84
- docker run -p 9101:9101 quay.io/prometheus/haproxy-exporter:v0.8 .0 --haproxy.scrape-uri=" http://user:pass@haproxy.example.com/haproxy?stats;csv"
84
+ docker run -p 9101:9101 quay.io/prometheus/haproxy-exporter:v0.9 .0 --haproxy.scrape-uri=" http://user:pass@haproxy.example.com/haproxy?stats;csv"
85
85
```
86
86
87
87
[ hub ] : https://hub.docker.com/r/prom/haproxy-exporter/
Original file line number Diff line number Diff line change 1
- 0.8 .0
1
+ 0.9 .0
Original file line number Diff line number Diff line change 2
2
environment :
3
3
DOCKER_IMAGE_NAME : prom/haproxy-exporter
4
4
QUAY_IMAGE_NAME : quay.io/prometheus/haproxy-exporter
5
- DOCKER_TEST_IMAGE_NAME : quay.io/prometheus/golang-builder:1.8 -base
5
+ DOCKER_TEST_IMAGE_NAME : quay.io/prometheus/golang-builder:1.9 -base
6
6
REPO_PATH : github.com/prometheus/haproxy_exporter
7
7
pre :
8
8
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'
You can’t perform that action at this time.
0 commit comments