Skip to content

Commit 8da901c

Browse files
authored
Update from nginxinc to nginx (#943)
1 parent 103484a commit 8da901c

19 files changed

+106
-106
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: General inquiries
4-
url: https://github.com/nginxinc/nginx-prometheus-exporter/discussions
4+
url: https://github.com/nginx/nginx-prometheus-exporter/discussions
55
about: Please use Discussions for all other questions.

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ that issue here in this description (not in the title of the PR).
77

88
Before creating a PR, run through this checklist and mark each as complete.
99

10-
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/nginx-prometheus-exporter/blob/main/CONTRIBUTING.md) guide
10+
- [ ] I have read the [CONTRIBUTING](https://github.com/nginx/nginx-prometheus-exporter/blob/main/CONTRIBUTING.md) guide
1111
- [ ] I have proven my fix is effective or that my feature works
1212
- [ ] I have checked that all unit tests pass after adding my changes
1313
- [ ] I have ensured the README is up to date

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
images: |
120120
name=nginx/nginx-prometheus-exporter,enable=${{ github.event_name != 'pull_request' }}
121-
name=ghcr.io/nginxinc/nginx-prometheus-exporter,enable=${{ github.event_name != 'pull_request' }}
121+
name=ghcr.io/nginx/nginx-prometheus-exporter,enable=${{ github.event_name != 'pull_request' }}
122122
name=public.ecr.aws/nginx/nginx-prometheus-exporter,enable=${{ github.event_name != 'pull_request' }}
123123
name=quay.io/nginx/nginx-prometheus-exporter,enable=${{ github.event_name != 'pull_request' }}
124124
name=localhost:5000/nginx/nginx-prometheus-exporter
@@ -144,8 +144,8 @@ jobs:
144144
notes-footer: |
145145
## Upgrade
146146
147-
- Use the {{version}} image from our [DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1&ordering=last_updated&name={{version-number}}), [GitHub Container](https://github.com/nginxinc/nginx-prometheus-exporter/pkgs/container/nginx-prometheus-exporter), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-prometheus-exporter) or [Quay.io](https://quay.io/repository/nginx/nginx-prometheus-exporter/tag/{{version-number}}?tab=tags).
148-
- Download the latest binaries from the [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/{{version}}).
147+
- Use the {{version}} image from our [DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1&ordering=last_updated&name={{version-number}}), [GitHub Container](https://github.com/nginx/nginx-prometheus-exporter/pkgs/container/nginx-prometheus-exporter), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-prometheus-exporter) or [Quay.io](https://quay.io/repository/nginx/nginx-prometheus-exporter/tag/{{version-number}}?tab=tags).
148+
- Download the latest binaries from the [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/{{version}}).
149149
- Update to the latest version with `brew upgrade nginx-prometheus-exporter`, `snap refresh nginx-prometheus-exporter` or `scoop update nginx-prometheus-exporter`.
150150
151151
## Compatibility

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Dependency Review
2525
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
2626
with:
27-
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"
27+
config-file: "nginx/k8s-common/dependency-review-config.yml@main"

.github/workflows/dockerhub-description.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Modify readme for DockerHub
2525
run: |
2626
sed -i '1,2d' README.md
27-
sed -i 's/(LICENSE)/(https:\/\/github.com\/nginxinc\/nginx-prometheus-exporter\/blob\/main\/LICENSE)/' README.md
27+
sed -i 's/(LICENSE)/(https:\/\/github.com\/nginx\/nginx-prometheus-exporter\/blob\/main\/LICENSE)/' README.md
2828
2929
- name: Docker Hub Description
3030
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sparse-checkout: |
1818
labeler.yml
1919
sparse-checkout-cone-mode: false
20-
repository: nginxinc/k8s-common
20+
repository: nginx/k8s-common
2121

2222
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
2323
with:

.goreleaser.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ sboms:
5858

5959
brews:
6060
- repository:
61-
owner: nginxinc
61+
owner: nginx
6262
name: homebrew-tap
6363
token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
6464
directory: Formula
65-
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
65+
homepage: https://github.com/nginx/nginx-prometheus-exporter
6666
description: NGINX Prometheus Exporter for NGINX and NGINX Plus
6767
license: Apache-2.0
6868
commit_author:
@@ -116,10 +116,10 @@ snapcrafts:
116116
nix:
117117
- name: nginx-prometheus-exporter
118118
repository:
119-
owner: nginxinc
119+
owner: nginx
120120
name: nur
121121
token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
122-
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
122+
homepage: https://github.com/nginx/nginx-prometheus-exporter
123123
description: NGINX Prometheus Exporter for NGINX and NGINX Plus
124124
license: asl20
125125
commit_author:
@@ -131,12 +131,12 @@ nix:
131131
132132
winget:
133133
- name: nginx-prometheus-exporter
134-
publisher: nginxinc
134+
publisher: nginx
135135
license: Apache-2.0
136-
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
136+
homepage: https://github.com/nginx/nginx-prometheus-exporter
137137
short_description: NGINX Prometheus Exporter for NGINX and NGINX Plus
138138
repository:
139-
owner: nginxinc
139+
owner: nginx
140140
name: winget-pkgs
141141
token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
142142
branch: "nginx-prometheus-exporter-{{.Version}}"
@@ -150,11 +150,11 @@ winget:
150150

151151
scoops:
152152
- repository:
153-
owner: nginxinc
153+
owner: nginx
154154
name: scoop-bucket
155155
token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
156156
directory: bucket
157-
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
157+
homepage: https://github.com/nginx/nginx-prometheus-exporter
158158
description: NGINX Prometheus Exporter for NGINX and NGINX Plus
159159
license: Apache-2.0
160160
commit_author:

CHANGELOG.md

+31-32
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
# Changelog
22

3-
Starting with version 0.9.0 an automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases).
3+
Starting with version 0.9.0 an automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginx/nginx-prometheus-exporter/releases).
44

55
## 0.8.0
66

77
CHANGES:
88

9-
- [103](https://github.com/nginxinc/nginx-prometheus-exporter/pull/103): Switch to `gcr.io/distroless/static` image. Use
9+
- [103](https://github.com/nginx/nginx-prometheus-exporter/pull/103): Switch to `gcr.io/distroless/static` image. Use
1010
a non-root user to run the exporter process by default. Thanks to [Alex SZAKALY](https://github.com/alex1989hu).
1111
- Update Go version to 1.14
1212

1313
FIXES:
1414

15-
- [99](https://github.com/nginxinc/nginx-prometheus-exporter/pull/99): Fix link to metrics path. Thanks to [Yoan Blanc](https://github.com/greut).
16-
- [101](https://github.com/nginxinc/nginx-prometheus-exporter/pull/101): docs: fix dockerfile link. Thanks to [Eric Carboni](https://github.com/eric-hc).
15+
- [99](https://github.com/nginx/nginx-prometheus-exporter/pull/99): Fix link to metrics path. Thanks to [Yoan Blanc](https://github.com/greut).
16+
- [101](https://github.com/nginx/nginx-prometheus-exporter/pull/101): docs: fix dockerfile link. Thanks to [Eric Carboni](https://github.com/eric-hc).
1717

1818
UPGRADE:
1919

2020
- Use the 0.8.0 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.8.0`
21-
- Download the latest binaries from [GitHub releases
22-
page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.8.0).
21+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.8.0).
2322

2423
COMPATIBILITY:
2524

@@ -30,18 +29,18 @@ COMPATIBILITY:
3029

3130
FEATURES:
3231

33-
- [86](https://github.com/nginxinc/nginx-prometheus-exporter/pull/86): Implemented TLS client certificate
32+
- [86](https://github.com/nginx/nginx-prometheus-exporter/pull/86): Implemented TLS client certificate
3433
authentication. Thanks to [Fabian Lüpke](https://github.com/Fluepke).
3534

3635
FIXES:
3736

38-
- [96](https://github.com/nginxinc/nginx-prometheus-exporter/pull/96): Add const labels to upMetric. Thanks to [Robert
37+
- [96](https://github.com/nginx/nginx-prometheus-exporter/pull/96): Add const labels to upMetric. Thanks to [Robert
3938
Toth](https://github.com/robert-toth).
4039

4140
UPGRADE:
4241

4342
- Use the 0.7.0 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.7.0`
44-
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.7.0).
43+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.7.0).
4544

4645
COMPATIBILITY:
4746

@@ -52,7 +51,7 @@ COMPATIBILITY:
5251

5352
FEATURES:
5453

55-
- [77](https://github.com/nginxinc/nginx-prometheus-exporter/pull/77): Add constLabels support via cli arg/env variable.
54+
- [77](https://github.com/nginx/nginx-prometheus-exporter/pull/77): Add constLabels support via cli arg/env variable.
5655

5756
CHANGES:
5857

@@ -61,7 +60,7 @@ CHANGES:
6160
UPGRADE:
6261

6362
- Use the 0.6.0 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.6.0`
64-
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.6.0).
63+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.6.0).
6564

6665
COMPATIBILITY:
6766

@@ -72,24 +71,24 @@ COMPATIBILITY:
7271

7372
FEATURES:
7473

75-
- [70](https://github.com/nginxinc/nginx-prometheus-exporter/pull/70): Set user agent on scrape requests to nginx.
76-
- [68](https://github.com/nginxinc/nginx-prometheus-exporter/pull/68): Add ability to scrape and listen on unix domain
74+
- [70](https://github.com/nginx/nginx-prometheus-exporter/pull/70): Set user agent on scrape requests to nginx.
75+
- [68](https://github.com/nginx/nginx-prometheus-exporter/pull/68): Add ability to scrape and listen on unix domain
7776
sockets.
78-
- [64](https://github.com/nginxinc/nginx-prometheus-exporter/pull/64): Add location zone and resolver metric support.
77+
- [64](https://github.com/nginx/nginx-prometheus-exporter/pull/64): Add location zone and resolver metric support.
7978

8079
FIXES:
8180

82-
- [73](https://github.com/nginxinc/nginx-prometheus-exporter/pull/73): Fix typo in stream_zone_sync_status_nodes_online
81+
- [73](https://github.com/nginx/nginx-prometheus-exporter/pull/73): Fix typo in stream_zone_sync_status_nodes_online
8382
metric description.
84-
- [71](https://github.com/nginxinc/nginx-prometheus-exporter/pull/71): Do not assume default datasource in Grafana
83+
- [71](https://github.com/nginx/nginx-prometheus-exporter/pull/71): Do not assume default datasource in Grafana
8584
panels.
86-
- [62](https://github.com/nginxinc/nginx-prometheus-exporter/pull/62): Set correct nginx_up query and instance variable
85+
- [62](https://github.com/nginx/nginx-prometheus-exporter/pull/62): Set correct nginx_up query and instance variable
8786
expression.
8887

8988
UPGRADE:
9089

9190
- Use the 0.5.0 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.5.0`
92-
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.5.0).
91+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.5.0).
9392

9493
COMPATIBILITY:
9594

@@ -100,14 +99,14 @@ COMPATIBILITY:
10099

101100
FIXES:
102101

103-
- [60](https://github.com/nginxinc/nginx-prometheus-exporter/pull/60): *Fix session metrics for stream server zones*.
102+
- [60](https://github.com/nginx/nginx-prometheus-exporter/pull/60): _Fix session metrics for stream server zones_.
104103
Session metrics with a status of `4xx` or `5xx` are now correctly reported. Previously they were always reported as
105104
`0`.
106105

107106
UPGRADE:
108107

109108
- Use the 0.4.2 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.4.2`
110-
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.4.2).
109+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.4.2).
111110

112111
COMPATIBILITY:
113112

@@ -118,13 +117,13 @@ COMPATIBILITY:
118117

119118
FIXES:
120119

121-
- [55](https://github.com/nginxinc/nginx-prometheus-exporter/pull/55): Do not export zone sync metrics if they are not
120+
- [55](https://github.com/nginx/nginx-prometheus-exporter/pull/55): Do not export zone sync metrics if they are not
122121
reported by NGINX Plus. Previously, in such case, the metrics were exported with zero values.
123122

124123
UPGRADE:
125124

126125
- Use the 0.4.1 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.4.1`
127-
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.4.1).
126+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.4.1).
128127

129128
COMPATIBILITY:
130129

@@ -135,15 +134,15 @@ COMPATIBILITY:
135134

136135
FEATURES:
137136

138-
- [50](https://github.com/nginxinc/nginx-prometheus-exporter/pull/50): Add zone sync metrics support.
139-
- [37](https://github.com/nginxinc/nginx-prometheus-exporter/pull/37): Implement a way to retry connection to NGINX if
137+
- [50](https://github.com/nginx/nginx-prometheus-exporter/pull/50): Add zone sync metrics support.
138+
- [37](https://github.com/nginx/nginx-prometheus-exporter/pull/37): Implement a way to retry connection to NGINX if
140139
it is unreachable. Add -nginx.retries for setting the number of retries and -nginx.retry-interval for setting the
141140
interval between retries, both as cli-arguments.
142141

143142
UPGRADE:
144143

145144
- Use the 0.4.0 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.4.0`
146-
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.4.0).
145+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.4.0).
147146

148147
COMPATIBILITY:
149148

@@ -154,14 +153,14 @@ COMPATIBILITY:
154153

155154
FEATURES:
156155

157-
- [32](https://github.com/nginxinc/nginx-prometheus-exporter/pull/32): Add nginxexporter_build_info metric.
158-
- [31](https://github.com/nginxinc/nginx-prometheus-exporter/pull/31): Implement nginx_up and nginxplus_up metrics. Add
156+
- [32](https://github.com/nginx/nginx-prometheus-exporter/pull/32): Add nginxexporter_build_info metric.
157+
- [31](https://github.com/nginx/nginx-prometheus-exporter/pull/31): Implement nginx_up and nginxplus_up metrics. Add
159158
-nginx.timeout cli argument for setting a timeout for scrapping metrics from NGINX or NGINX Plus.
160159

161160
UPGRADE:
162161

163162
- Use the 0.3.0 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.3.0`
164-
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.3.0).
163+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.3.0).
165164

166165
COMPATIBILITY:
167166

@@ -172,15 +171,15 @@ COMPATIBILITY:
172171

173172
FEATURES:
174173

175-
- [16](https://github.com/nginxinc/nginx-prometheus-exporter/pull/16): Add stream metrics support.
176-
- [13](https://github.com/nginxinc/nginx-prometheus-exporter/pull/13): Add a flag for controlling SSL verification of
174+
- [16](https://github.com/nginx/nginx-prometheus-exporter/pull/16): Add stream metrics support.
175+
- [13](https://github.com/nginx/nginx-prometheus-exporter/pull/13): Add a flag for controlling SSL verification of
177176
NGINX stub_status/API endpoint. Thanks to [Raza Jhaveri](https://github.com/razaj92).
178-
- [3](https://github.com/nginxinc/nginx-prometheus-exporter/pull/3): Support for environment variables.
177+
- [3](https://github.com/nginx/nginx-prometheus-exporter/pull/3): Support for environment variables.
179178

180179
UPGRADE:
181180

182181
- Use the 0.2.0 image from our DockerHub: `nginx/nginx-prometheus-exporter:0.2.0`
183-
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.2.0).
182+
- Download the latest binaries from [GitHub releases page](https://github.com/nginx/nginx-prometheus-exporter/releases/tag/v0.2.0).
184183

185184
COMPATIBILITY:
186185

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @nginxinc/integrations
1+
* @nginx/integrations

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ are considering contributing!
2626

2727
## Ask a Question
2828

29-
To ask a question please use [Github Discussions](https://github.com/nginxinc/nginx-prometheus-exporter/discussions).
29+
To ask a question please use [Github Discussions](https://github.com/nginx/nginx-prometheus-exporter/discussions).
3030

3131
You can also join our [Community Slack](https://community.nginx.org/joinslack) which has a wider NGINX audience.
3232

@@ -98,6 +98,6 @@ can be merged. Your agreement signature will be safely stored by F5 and no longe
9898
- Run `gofmt` over your code to automatically resolve a lot of style issues. Most editors support this running
9999
automatically when saving a code file.
100100
- Run `go lint` and `go vet` on your code too to catch any other issues.
101-
- Follow this guide on some good practice and idioms for Go - <https://github.com/golang/go/wiki/CodeReviewComments>
101+
- Follow this guide on some good practice and idioms for Go - <https://github.com/golang/go/wiki/CodeReviewComments>
102102
- To check for extra issues, install [golangci-lint](https://github.com/golangci/golangci-lint) and run `make lint` or
103103
`golangci-lint run`

0 commit comments

Comments
 (0)