We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865580e commit fd86688Copy full SHA for fd86688
README.md
@@ -33,7 +33,7 @@ To start the exporter we use the [docker run](https://docs.docker.com/engine/ref
33
34
* To export NGINX metrics, run:
35
```
36
- $ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.1.0 -nginx.scrape-uri http://<nginx>:8080/api
+ $ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.1.0 -nginx.scrape-uri http://<nginx>:8080/stub_status
37
38
where `<nginx>` is the IP address/DNS name, through which NGINX is available.
39
0 commit comments