File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114 env :
115115 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
116116 GOPATH : ${{ env.GOPATH }}
117+ HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.NGINX_PAT }}
117118 - name : Push to Dockerhub
118119 uses : docker/build-push-action@v2
119120 with :
Original file line number Diff line number Diff line change 4444 - tap :
4545 owner : nginxinc
4646 name : homebrew-tap
47+ token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
4748 folder : Formula
4849 homepage : https://www.nginx.com/
4950 description : NGINX Prometheus Exporter for NGINX and NGINX Plus
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 0.10.0
4+
5+ A list of changes can be found on Github at: [ Release v0.10.0] ( https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.10.0 )
6+
37### 0.9.0
48
59A list of changes can be found on Github at: [ Release v0.9.0] ( https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.9.0 )
Original file line number Diff line number Diff line change 1- VERSION = 0.9 .0
1+ VERSION = 0.10 .0
22TAG = $(VERSION )
33PREFIX = nginx/nginx-prometheus-exporter
44
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
3030
3131* To export NGINX metrics, run:
3232 ```
33- $ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.9 .0 -nginx.scrape-uri=http://<nginx>:8080/stub_status
33+ $ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.10 .0 -nginx.scrape-uri=http://<nginx>:8080/stub_status
3434 ```
3535 where `<nginx>` is the IP address/DNS name, through which NGINX is available.
3636
3737* To export NGINX Plus metrics, run:
3838 ```
39- $ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.9 .0 -nginx.plus -nginx.scrape-uri=http://<nginx-plus>:8080/api
39+ $ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.10 .0 -nginx.plus -nginx.scrape-uri=http://<nginx-plus>:8080/api
4040 ```
4141 where `<nginx-plus>` is the IP address/DNS name, through which NGINX Plus is available.
4242
You can’t perform that action at this time.
0 commit comments