File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 1.1 .0
1
+ VERSION = 1.3 .0
2
2
TAG = $(VERSION )
3
3
PREFIX = nginx/nginx-prometheus-exporter
4
4
Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ To start the exporter we use the [docker run](https://docs.docker.com/engine/ref
58
58
- To export NGINX metrics, run:
59
59
60
60
``` console
61
- docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.1 .0 --nginx.scrape-uri=http://<nginx>:8080/stub_status
61
+ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.3 .0 --nginx.scrape-uri=http://<nginx>:8080/stub_status
62
62
```
63
63
64
64
where ` <nginx> ` is the IP address/DNS name, through which NGINX is available.
65
65
66
66
- To export NGINX Plus metrics, run:
67
67
68
68
``` console
69
- docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.1 .0 --nginx.plus --nginx.scrape-uri=http://<nginx-plus>:8080/api
69
+ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.3 .0 --nginx.plus --nginx.scrape-uri=http://<nginx-plus>:8080/api
70
70
```
71
71
72
72
where ` <nginx-plus> ` is the IP address/DNS name, through which NGINX Plus is available.
You can’t perform that action at this time.
0 commit comments