File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 1.3 .0
1
+ VERSION = 1.4 .0
2
2
TAG = $(VERSION )
3
3
PREFIX = nginx/nginx-prometheus-exporter
4
4
# renovate: datasource=github-tags depName=golangci/golangci-lint
Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ To start the exporter we use the [docker run](https://docs.docker.com/engine/ref
113
113
- To export NGINX metrics, run:
114
114
115
115
``` console
116
- docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.3 .0 --nginx.scrape-uri=http://<nginx>:8080/stub_status
116
+ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.4 .0 --nginx.scrape-uri=http://<nginx>:8080/stub_status
117
117
```
118
118
119
119
where ` <nginx> ` is the IP address/DNS name, through which NGINX is available.
120
120
121
121
- To export NGINX Plus metrics, run:
122
122
123
123
``` console
124
- docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.3 .0 --nginx.plus --nginx.scrape-uri=http://<nginx-plus>:8080/api
124
+ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.4 .0 --nginx.plus --nginx.scrape-uri=http://<nginx-plus>:8080/api
125
125
```
126
126
127
127
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