Skip to content

Commit ced6fda

Browse files
authored
Update makefile and readme to 1.4.2 (#1056)
* Update makefile and readme to 1.4.2 * Remove an unnecessary and breaking line break
1 parent abc9e12 commit ced6fda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.4.0
1+
VERSION = 1.4.2
22
TAG = $(VERSION)
33
PREFIX = nginx/nginx-prometheus-exporter
44
# renovate: datasource=github-tags depName=golangci/golangci-lint

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ To start the exporter we use the [docker run](https://docs.docker.com/engine/ref
112112
- To export NGINX metrics, run:
113113

114114
```console
115-
docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.4.0 --nginx.scrape-uri=http://<nginx>:8080/stub_status
115+
docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.4.2 --nginx.scrape-uri=http://<nginx>:8080/stub_status
116116
```
117117

118118
where `<nginx>` is the IP address/DNS name, through which NGINX is available.
119119

120120
- To export NGINX Plus metrics, run:
121121

122122
```console
123-
docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.4.0 --nginx.plus --nginx.scrape-uri=http://<nginx-plus>:8080/api
123+
docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.4.2 --nginx.plus --nginx.scrape-uri=http://<nginx-plus>:8080/api
124124
```
125125

126126
where `<nginx-plus>` is the IP address/DNS name, through which NGINX Plus is available.

0 commit comments

Comments
 (0)