1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-07-06 23:36:39 +03:00
Commit Graph

507 Commits

Author SHA1 Message Date
802acbebaa Bump github.com/prometheus/common from 0.31.0 to 0.31.1 (#215)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-28 16:39:09 -07:00
6264a1c1f6 Bump github.com/nginxinc/nginx-plus-go-client from 0.8.0 to 0.9.0 (#216)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-28 16:22:31 -07:00
720d59c5cf Bump github.com/prometheus/common from 0.30.0 to 0.31.0 (#214)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  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-09-27 14:32:13 -07:00
bf1c2c9bf9 add metric for max_conns of upstream servers (#201) 2021-09-23 11:02:55 -07:00
dfebae82d9 Update Go version to 1.17 (#211) 2021-08-19 12:46:57 +01:00
95a95971d8 Use GitHub cache backend API (#210) 2021-08-16 09:17:10 +01:00
d66598bdca Add binaries for macOS (#209)
* Add binaries for MacOS

* Add Make target for GoReleaser
2021-08-11 10:04:02 -07:00
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
c636d826c1 Simple parsing nginx metrics [parseStubStats] (#207) 2021-07-21 13:49:29 -07:00
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
85fe699df6 Remove superfluous else 2021-07-01 07:39:33 -07:00
53490fb5f9 Add revive linter with default config 2021-07-01 07:39:33 -07:00
a5e67158ea Remove InsecureSkipVerify issue 2021-06-28 19:06:56 -07:00
f142a5006b Add ctx to http request 2021-06-28 19:06:56 -07:00
ee84be3e5a Run gofumports in the project 2021-06-28 19:06:56 -07:00
526178659d Fix error wrapping 2021-06-28 19:06:56 -07:00
391715fe63 Remove golangci-lint as dependecy, use docker 2021-06-28 19:06:56 -07:00
3f4baa6fec Add more linters 2021-06-28 19:06:56 -07:00
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
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
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
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
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
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
aced9600b2 Add documentation for metrics (#182)
* Change urls to use https instead of https
2021-05-11 21:08:03 +01:00
268c1068b8 Add workflow to push README to Docker Hub (#188) 2021-05-10 09:43:32 -07:00
98798df2df Merge pull request #184 from inosato/refactor_for_go1.16
Refactor for go 1.16
2021-05-06 17:01:12 +01:00
493f3281f2 Remove setting GO111MODULE=on 2021-05-06 09:46:44 +09:00
8e98ee44b2 Stop using io/ioutil 2021-05-06 09:46:44 +09:00
a4656a8726 Add setups for Golang and QEMU (#187) 2021-05-05 09:16:36 -07:00
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
c9bc067005 Fix upstream server fails metric description (#183) 2021-04-29 19:53:14 +01:00
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
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
a18f993f82 Update badge for Fossa (#180) 2021-04-22 11:13:15 -07:00
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
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
c2695088b7 Use Fossa action in the workflow (#177) 2021-04-09 02:42:21 -07:00
048f13234e Add golangci-lint as a dependency (#176) 2021-04-09 10:32:03 +01:00
872bc5107f Retire vendoring (#173) 2021-04-08 09:59:46 +01:00
047541ab16 Move dependencies into separate category (#174) 2021-04-08 09:33:04 +01:00
22a4a807d4 Create codeql-analysis.yml (#175) 2021-04-08 09:32:40 +01:00
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
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
5f88afbd90 Fix release order (#170) v0.9.0 2021-03-22 19:41:21 +00:00
40f20b8802 Release 0.9.0 (#165) 2021-03-22 11:36:26 -07:00
700c5d50b3 Add date to binary when building locally (#169) 2021-03-22 18:28:46 +00:00
3f927bafec Update fossa to 1.1.6 and golangci-lint to 1.38 (#166) 2021-03-22 16:57:59 +00:00
c2c186320e Use scratch to support building for more archs (#167)
Support mips64le and 386
2021-03-22 16:57:32 +00:00
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