You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ To start the exporter we use the [docker run](https://docs.docker.com/engine/ref
30
30
31
31
* To export NGINX metrics, run:
32
32
```
33
-
$ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.8.0 -nginx.scrape-uri=http://<nginx>:8080/stub_status
33
+
$ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.9.0 -nginx.scrape-uri=http://<nginx>:8080/stub_status
34
34
```
35
35
where `<nginx>` is the IP address/DNS name, through which NGINX is available.
36
36
37
37
* To export NGINX Plus metrics, run:
38
38
```
39
-
$ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.8.0 -nginx.plus -nginx.scrape-uri=http://<nginx-plus>:8080/api
39
+
$ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.9.0 -nginx.plus -nginx.scrape-uri=http://<nginx-plus>:8080/api
40
40
```
41
41
where `<nginx-plus>` is the IP address/DNS name, through which NGINX Plus is available.
42
42
@@ -92,7 +92,7 @@ Usage of ./nginx-prometheus-exporter:
92
92
-web.listen-address string
93
93
An address or unix domain socket path to listen on for web interface and telemetry. The default value can be overwritten by LISTEN_ADDRESS environment variable. (default ":9113")
94
94
-web.telemetry-path string
95
-
A path under which to expose metrics. The default value can be overwritten by TELEMETRY_PATH environment variable. (default "/metrics")
95
+
A path under which to expose metrics. The default value can be overwritten by TELEMETRY_PATH environment variable. (default "/metrics")
96
96
-web.secured-metrics
97
97
Expose metrics using https. The default value can be overwritten by SECURED_METRICS variable. (default false)
0 commit comments