Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Jan 8, 2018
1 parent 40e9421 commit bb22ffa
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ Help on flags:
./nginx_exporter --help
```

## Getting Started
* All of the core developers are accessible via the [Prometheus Developers Mailinglist](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).

## Using Docker

```
Expand All @@ -25,3 +22,13 @@ docker pull fish/nginx-exporter
docker run -d -p 9113:9113 fish/nginx-exporter \
-nginx.scrape_uri=http://172.17.42.1/nginx_status
```
In production you should use a tagged release:
https://hub.docker.com/r/fish/nginx-exporter/tags/

## Alternatives
While nginx natively only provides the small set of metrics this exporter
provides, [nginx-module-vts](https://github.com/vozlt/nginx-module-vts)
adds extensive metrics that can be consumed by:

- Standalone Prometheus Exporter: https://github.com/hnlq715/nginx-vts-exporter
- Kubernetes NGINX Ingres controller: https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/customization/custom-vts-metrics-prometheus/README.md

0 comments on commit bb22ffa

Please sign in to comment.