1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-08-08 05:02:04 +03:00
Commit Graph

700 Commits

Author SHA1 Message Date
dependabot[bot]
9fd071e057 Bump github.com/prometheus/common from 0.29.0 to 0.30.0 (#208)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 09:20:23 -07:00
Andrei Grazhdankov
c636d826c1 Simple parsing nginx metrics [parseStubStats] (#207) 2021-07-21 13:49:29 -07:00
dependabot[bot]
d14781a6bd Bump actions/stale from 3 to 4 (#206)
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-19 16:59:46 -07:00
Luca Comellini
85fe699df6 Remove superfluous else 2021-07-01 07:39:33 -07:00
Luca Comellini
53490fb5f9 Add revive linter with default config 2021-07-01 07:39:33 -07:00
Luca Comellini
a5e67158ea Remove InsecureSkipVerify issue 2021-06-28 19:06:56 -07:00
Luca Comellini
f142a5006b Add ctx to http request 2021-06-28 19:06:56 -07:00
Luca Comellini
ee84be3e5a Run gofumports in the project 2021-06-28 19:06:56 -07:00
Luca Comellini
526178659d Fix error wrapping 2021-06-28 19:06:56 -07:00
Luca Comellini
391715fe63 Remove golangci-lint as dependecy, use docker 2021-06-28 19:06:56 -07:00
Luca Comellini
3f4baa6fec Add more linters 2021-06-28 19:06:56 -07:00
dependabot[bot]
57f7e2606e Bump github.com/prometheus/common from 0.26.0 to 0.29.0 (#196)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 12:17:33 +01:00
dependabot[bot]
c52e004c88 Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0 (#195)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-16 17:01:09 +01:00
Ciara Stacke
c2631d9561 Merge pull request #194 from nginxinc/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.5 to 2.1.6
2021-06-01 18:51:06 +01:00
dependabot[bot]
5b4427c7b7 Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 06:13:25 +00:00
dependabot[bot]
b07f18b5ce Bump github.com/prometheus/common from 0.23.0 to 0.24.0 (#191)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.23.0...v0.24.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 17:01:47 +01:00
dependabot[bot]
de13379162 Bump github.com/golangci/golangci-lint from 1.39.0 to 1.40.1 (#190)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.39.0 to 1.40.1.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/golangci/golangci-lint/compare/v1.39.0...v1.40.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 10:36:30 +01:00
Dean Coakley
aced9600b2 Add documentation for metrics (#182)
* Change urls to use https instead of https
2021-05-11 21:08:03 +01:00
Luca Comellini
268c1068b8 Add workflow to push README to Docker Hub (#188) 2021-05-10 09:43:32 -07:00
Ciara Stacke
98798df2df Merge pull request #184 from inosato/refactor_for_go1.16
Refactor for go 1.16
2021-05-06 17:01:12 +01:00
inosato
493f3281f2 Remove setting GO111MODULE=on 2021-05-06 09:46:44 +09:00
inosato
8e98ee44b2 Stop using io/ioutil 2021-05-06 09:46:44 +09:00
Luca Comellini
a4656a8726 Add setups for Golang and QEMU (#187) 2021-05-05 09:16:36 -07:00
dependabot[bot]
978cd60af3 Bump github.com/prometheus/common from 0.21.0 to 0.23.0 (#186)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.21.0 to 0.23.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.21.0...v0.23.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 10:23:21 +01:00
Dean Coakley
c9bc067005 Fix upstream server fails metric description (#183) 2021-04-29 19:53:14 +01:00
Ciara Stacke
7d101c5ab8 Merge pull request #181 from nginxinc/dependabot/go_modules/github.com/prometheus/common-0.21.0
Bump github.com/prometheus/common from 0.20.0 to 0.21.0
2021-04-28 09:57:52 +01:00
dependabot[bot]
6e8498ddb5 Bump github.com/prometheus/common from 0.20.0 to 0.21.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.20.0...v0.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 07:18:42 +00:00
Luca Comellini
a18f993f82 Update badge for Fossa (#180) 2021-04-22 11:13:15 -07:00
Ciara Stacke
74b4a88376 Merge pull request #179 from nginxinc/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
2021-04-19 15:43:57 +01:00
dependabot[bot]
12744cd1eb Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 06:42:08 +00:00
Luca Comellini
c2695088b7 Use Fossa action in the workflow (#177) 2021-04-09 02:42:21 -07:00
Luca Comellini
048f13234e Add golangci-lint as a dependency (#176) 2021-04-09 10:32:03 +01:00
Luca Comellini
872bc5107f Retire vendoring (#173) 2021-04-08 09:59:46 +01:00
Luca Comellini
047541ab16 Move dependencies into separate category (#174) 2021-04-08 09:33:04 +01:00
Luca Comellini
22a4a807d4 Create codeql-analysis.yml (#175) 2021-04-08 09:32:40 +01:00
dependabot[bot]
6bab2bde9f Bump golangci/golangci-lint-action from v2.5.1 to v2.5.2 (#172)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.5.1 to v2.5.2.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.5.1...5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 08:55:09 +01:00
dependabot[bot]
137fbaf129 Bump github.com/prometheus/common from 0.19.0 to 0.20.0 (#171)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.19.0...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 10:02:15 -07:00
Luca Comellini
5f88afbd90 Fix release order (#170) v0.9.0 2021-03-22 19:41:21 +00:00
Luca Comellini
40f20b8802 Release 0.9.0 (#165) 2021-03-22 11:36:26 -07:00
Luca Comellini
700c5d50b3 Add date to binary when building locally (#169) 2021-03-22 18:28:46 +00:00
Luca Comellini
3f927bafec Update fossa to 1.1.6 and golangci-lint to 1.38 (#166) 2021-03-22 16:57:59 +00:00
Luca Comellini
c2c186320e Use scratch to support building for more archs (#167)
Support mips64le and 386
2021-03-22 16:57:32 +00:00
dependabot[bot]
08e17cd55a Bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0 (#168)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.9.0...v1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 07:38:36 -07:00
Luca Comellini
85f013da6f Add support for more platforms, push to Docker Hub (#164)
- Build binaries for more versions of arm, 386, ppc64le, mips64le and s390x
- Build docker images for ARM and ppc64 (other platforms are not supported by distroless docker image) and push them to Docker Hub
2021-03-19 09:48:45 -07:00
Dennis Hoppe
e31ef71bf3 Use static-debian10:nonroot instead of static:latest (#131)
Otherwise you will get the following error message:
```
docker pull gcr.io/distroless/static:latest
latest: Pulling from distroless/static
no matching manifest for linux/arm/v7 in the manifest list entries
```
2021-03-19 08:21:18 -07:00
Luca Comellini
2a4758e70d Add GoReleaser and fix missing vars in CI workflow (#163) 2021-03-18 16:50:08 -07:00
Michael Pleshakov
72c9a72996 Use equal sign in cli args examples
This should help prevent confusion like in this issue https://github.com/nginxinc/nginx-prometheus-exporter/issues/153 , where no '=' was used for the value of a boolean arg. For boolean args, it is necessary to use '='
2021-03-18 23:06:27 +00:00
dependabot[bot]
579a953aba Bump github.com/prometheus/common from 0.17.0 to 0.19.0 (#162)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.17.0 to 0.19.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.17.0...v0.19.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 14:18:00 +00:00
Luca Comellini
29b5b41d35 Update Go version to 1.16 (#160) 2021-03-15 09:38:44 +00:00
Luca Comellini
465ad24721 Add GitHub workflow to check for stale PRs and issues (#159) 2021-03-12 17:02:13 +00:00