Skip to content

Commit 1eca2ed

Browse files
authored
Release 1.1.0 (#598)
1 parent 3f20a82 commit 1eca2ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

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

README.md

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

5959
```console
60-
docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.0.0 --nginx.scrape-uri=http://<nginx>:8080/stub_status
60+
docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.1.0 --nginx.scrape-uri=http://<nginx>:8080/stub_status
6161
```
6262

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

6565
- To export NGINX Plus metrics, run:
6666

6767
```console
68-
docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.0.0 --nginx.plus --nginx.scrape-uri=http://<nginx-plus>:8080/api
68+
docker run -p 9113:9113 nginx/nginx-prometheus-exporter:1.1.0 --nginx.plus --nginx.scrape-uri=http://<nginx-plus>:8080/api
6969
```
7070

7171
where `<nginx-plus>` is the IP address/DNS name, through which NGINX Plus is available.
@@ -112,12 +112,12 @@ Flags:
112112
-h, --[no-]help Show context-sensitive help (also try --help-long and --help-man).
113113
--web.listen-address=:9113 ...
114114
Addresses on which to expose metrics and web interface. Repeatable for multiple addresses.
115-
--web.config.file="" [EXPERIMENTAL] Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md
115+
--web.config.file="" Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md
116116
--web.telemetry-path="/metrics"
117117
Path under which to expose metrics. ($TELEMETRY_PATH)
118118
--[no-]nginx.plus Start the exporter for NGINX Plus. By default, the exporter is started for NGINX. ($NGINX_PLUS)
119119
--nginx.scrape-uri=http://127.0.0.1:8080/stub_status ...
120-
A URI or unix domain socket path for scraping NGINX or NGINX Plus metrics. For NGINX, the stub_status page must be available through the URI. For NGINX Plus -- the API. Repeatable for multiple URIs.
120+
A URI or unix domain socket path for scraping NGINX or NGINX Plus metrics. For NGINX, the stub_status page must be available through the URI. For NGINX Plus -- the API. Repeatable for multiple URIs. ($SCRAPE_URI)
121121
--[no-]nginx.ssl-verify Perform SSL certificate verification. ($SSL_VERIFY)
122122
--nginx.ssl-ca-cert="" Path to the PEM encoded CA certificate file used to validate the servers SSL certificate. ($SSL_CA_CERT)
123123
--nginx.ssl-client-cert=""

0 commit comments

Comments
 (0)