Skip to content

Commit b6c14db

Browse files
committed
Release 1.3.0
1 parent 95324ec commit b6c14db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.1.0
1+
VERSION = 1.3.0
22
TAG = $(VERSION)
33
PREFIX = nginx/nginx-prometheus-exporter
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ To start the exporter we use the [docker run](https://docs.docker.com/engine/ref
5858
- To export NGINX metrics, run:
5959

6060
```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
6262
```
6363

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

6666
- To export NGINX Plus metrics, run:
6767

6868
```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
7070
```
7171

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

0 commit comments

Comments
 (0)