Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/nginxinc/nginx-prometheus-exporter to v0.11.0 #30600

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/nginxinc/nginx-prometheus-exporter v0.8.1-0.20201110005315-f5a5f8086c19 -> v0.11.0 age adoption passing confidence

Release Notes

nginxinc/nginx-prometheus-exporter (github.com/nginxinc/nginx-prometheus-exporter)

v0.11.0

Compare Source

New in NGINX Prometheus Exporter v0.11.0

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

⬆️ Dependencies

Upgrade

Compatibility

  • NGINX 0.1.18 or newer.
  • NGINX Plus R19 or newer.

v0.10.0

Compare Source

New in NGINX Prometheus Exporter v0.10.0

🚀 Features

📝 Documentation

🔨 Maintenance

⬆️ Dependencies

Upgrade

Compatibility

  • NGINX 0.1.18 or newer.
  • NGINX Plus R19 or newer.

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from djaglowski as a code owner January 16, 2024 09:26
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 16, 2024
@renovate renovate bot requested a review from a team as a code owner January 16, 2024 09:26
@renovate renovate bot added the renovatebot label Jan 16, 2024
@mx-psi mx-psi closed this Jan 16, 2024
@mx-psi mx-psi reopened this Jan 16, 2024
@mx-psi
Copy link
Member

mx-psi commented Jan 16, 2024

--- FAIL: TestScraperError (0.00s)
    --- FAIL: TestScraperError/parse_error (0.00s)
        scraper_test.go:80: 
            	Error Trace:	/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/nginxreceiver/scraper_test.go:80
            	Error:      	Not equal: 
            	            	expected: *errors.errorString(&errors.errorString{s:"failed to parse response body \"Bad status page\": invalid input \"Bad status page\""})
            	            	actual  : *fmt.wrapError(&fmt.wrapError{msg:"failed to parse response body \"Bad status page\": failed to scan template metrics: input does not match format", err:(*fmt.wrapError)(0xc00004c9a0)})
            	Test:       	TestScraperError/parse_error

@github-actions github-actions bot added cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command labels Jan 24, 2024
@djaglowski djaglowski merged commit 0166328 into main Jan 24, 2024
85 checks passed
@djaglowski djaglowski deleted the renovate/github.com-nginxinc-nginx-prometheus-exporter-0.x branch January 24, 2024 16:52
@github-actions github-actions bot added this to the next release milestone Jan 24, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Feb 1, 2024
open-telemetry#30600)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/nginxinc/nginx-prometheus-exporter](https://togithub.com/nginxinc/nginx-prometheus-exporter)
| `v0.8.1-0.20201110005315-f5a5f8086c19` -> `v0.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnginxinc%2fnginx-prometheus-exporter/v0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fnginxinc%2fnginx-prometheus-exporter/v0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fnginxinc%2fnginx-prometheus-exporter/v0.8.1-0.20201110005315-f5a5f8086c19/v0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnginxinc%2fnginx-prometheus-exporter/v0.8.1-0.20201110005315-f5a5f8086c19/v0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nginxinc/nginx-prometheus-exporter
(github.com/nginxinc/nginx-prometheus-exporter)</summary>

###
[`v0.11.0`](https://togithub.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.11.0)

[Compare
Source](https://togithub.com/nginxinc/nginx-prometheus-exporter/compare/v0.10.0...v0.11.0)

#### New in NGINX Prometheus Exporter v0.11.0

#### 🚀 Features

- Add metrics from NGINX Plus API version 8
([#&open-telemetry#8203;290](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/290))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 7
([#&open-telemetry#8203;288](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/288))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 6
([#&open-telemetry#8203;281](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/281))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add SBOMs to release
([#&open-telemetry#8203;274](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/274))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 🐛 Bug Fixes

- Add ReadHeaderTimeout to http.Server
([#&open-telemetry#8203;283](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/283))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 📝 Documentation

- Release 0.11.0
([#&open-telemetry#8203;296](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/296))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Fix typographical error
([#&open-telemetry#8203;287](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/287))
[@&open-telemetry#8203;rwenz3l](https://togithub.com/rwenz3l)
- Update CI workflow
([#&open-telemetry#8203;293](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/293))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 8
([#&open-telemetry#8203;290](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/290))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 7
([#&open-telemetry#8203;288](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/288))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Update contacts
([#&open-telemetry#8203;282](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/282))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 6
([#&open-telemetry#8203;281](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/281))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Upload Docker images to Quay.io
([#&open-telemetry#8203;260](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/260))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Rename main branch
([#&open-telemetry#8203;247](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/247))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 🔨 Maintenance

- Release 0.11.0
([#&open-telemetry#8203;296](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/296))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add Slack announcement to nginxcommunity
([#&open-telemetry#8203;292](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/292))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Update CI workflow
([#&open-telemetry#8203;293](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/293))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Remove deprecated go linters
([#&open-telemetry#8203;291](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/291))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Read Go build info from the binary
([#&open-telemetry#8203;276](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/276))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Upload Docker images to Quay.io
([#&open-telemetry#8203;260](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/260))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add workflow to enable auto-merge for dependabot
([#&open-telemetry#8203;252](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/252))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Run tests in parallel
([#&open-telemetry#8203;250](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/250))
[@&open-telemetry#8203;jjngx](https://togithub.com/jjngx)
- Rename main branch
([#&open-telemetry#8203;247](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/247))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Use linked copies in Dockerfile
([#&open-telemetry#8203;246](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/246))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Use actions/github-script to get data for notifications
([#&open-telemetry#8203;241](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/241))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### ⬆️ Dependencies

- Bump Go to 1.19
([#&open-telemetry#8203;294](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/294))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump anchore/sbom-action from 0.11.0 to 0.12.0
([#&open-telemetry#8203;289](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/289))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0
([#&open-telemetry#8203;286](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/286))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump golang from 1.18 to 1.19 in /build
([#&open-telemetry#8203;285](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/285))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/nginxinc/nginx-plus-go-client from 0.9.0 to 0.10.0
([#&open-telemetry#8203;279](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/279))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.36.0 to 0.37.0
([#&open-telemetry#8203;278](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/278))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.35.0 to 0.36.0
([#&open-telemetry#8203;277](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/277))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3
([#&open-telemetry#8203;275](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/275))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.34.0 to 0.35.0
([#&open-telemetry#8203;273](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/273))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump Go to 1.18
([#&open-telemetry#8203;271](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/271))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump goreleaser/goreleaser-action from 2 to 3
([#&open-telemetry#8203;270](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/270))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1
([#&open-telemetry#8203;266](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/266))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/setup-buildx-action from 1 to 2
([#&open-telemetry#8203;268](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/268))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
([#&open-telemetry#8203;269](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/269))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/build-push-action from 2 to 3
([#&open-telemetry#8203;263](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/263))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/metadata-action from 3 to 4
([#&open-telemetry#8203;264](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/264))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/login-action from 1 to 2
([#&open-telemetry#8203;265](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/265))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/setup-qemu-action from 1 to 2
([#&open-telemetry#8203;262](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/262))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github/codeql-action from 1 to 2
([#&open-telemetry#8203;257](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/257))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.32.1 to 0.34.0
([#&open-telemetry#8203;258](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/258))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/stale from 4 to 5
([#&open-telemetry#8203;254](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/254))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/setup-go from 2 to 3
([#&open-telemetry#8203;253](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/253))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump peter-evans/dockerhub-description from 2 to 3
([#&open-telemetry#8203;249](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/249))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump golang from 1.17 to 1.18 in /build
([#&open-telemetry#8203;248](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/248))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/checkout from 2 to 3
([#&open-telemetry#8203;245](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/245))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump golangci/golangci-lint-action from 2 to 3
([#&open-telemetry#8203;244](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/244))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/github-script from 5 to 6
([#&open-telemetry#8203;243](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/243))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
([#&open-telemetry#8203;242](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/242))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0
([#&open-telemetry#8203;240](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/240))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)

#### Upgrade

- Use the 0.11.0 image from our
[DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1\&ordering=last_updated\&name=0.11.0),
[GitHub
Container](https://togithub.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/0.11.0?tab=tags).
- Download the latest binaries from [GitHub releases
page](https://togithub.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.11.0).
- Update to the latest version with `brew upgrade
nginx-prometheus-exporter`.

#### Compatibility

-   NGINX 0.1.18 or newer.
-   NGINX Plus R19 or newer.

###
[`v0.10.0`](https://togithub.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.10.0)

[Compare
Source](https://togithub.com/nginxinc/nginx-prometheus-exporter/compare/v0.9.0...v0.10.0)

#### New in NGINX Prometheus Exporter v0.10.0

#### 🚀 Features

- Add binaries for Windows
([#&open-telemetry#8203;235](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/235))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add Homebrew tap
([#&open-telemetry#8203;236](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/236))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- add metric for max_conns of upstream servers
([#&open-telemetry#8203;201](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/201))
[@&open-telemetry#8203;StevenHessing](https://togithub.com/StevenHessing)
- Add binaries for macOS
([#&open-telemetry#8203;209](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/209))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 📝 Documentation

- Release 0.10.0
([#&open-telemetry#8203;237](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/237))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add Homebrew tap
([#&open-telemetry#8203;236](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/236))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add docs for GHCR and AWS ECR
([#&open-telemetry#8203;234](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/234))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more badges to README
([#&open-telemetry#8203;223](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/223))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add documentation for metrics
([#&open-telemetry#8203;182](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/182))
[@&open-telemetry#8203;Dean-Coakley](https://togithub.com/Dean-Coakley)
- Fix upstream server fails metric description
([#&open-telemetry#8203;183](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/183))
[@&open-telemetry#8203;Dean-Coakley](https://togithub.com/Dean-Coakley)
- Update badge for Fossa
([#&open-telemetry#8203;180](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/180))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 🔨 Maintenance

- Release 0.10.0
([#&open-telemetry#8203;237](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/237))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Upload Docker images to AWS ECR Public
([#&open-telemetry#8203;230](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/230))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more badges to README
([#&open-telemetry#8203;223](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/223))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more info to Notification and notify for additional workflows
([#&open-telemetry#8203;226](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/226))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Increase time before issues/PRs become stale
([#&open-telemetry#8203;225](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/225))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more labels to Docker image
([#&open-telemetry#8203;222](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/222))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Remove nightly build for now
([#&open-telemetry#8203;221](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/221))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Upload Docker images to GHCR
([#&open-telemetry#8203;218](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/218))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Simplify CI workflow, add edge and nightly
([#&open-telemetry#8203;217](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/217))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Use GitHub cache backend API
([#&open-telemetry#8203;210](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/210))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Simple parsing nginx metrics \[parseStubStats]
([#&open-telemetry#8203;207](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/207))
[@&open-telemetry#8203;mirecl](https://togithub.com/mirecl)
- Add revive linter with recommended config
([#&open-telemetry#8203;202](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/202))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more linters
([#&open-telemetry#8203;200](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/200))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add workflow to push README to Docker Hub
([#&open-telemetry#8203;188](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/188))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Refactor for go 1.16
([#&open-telemetry#8203;184](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/184))
[@&open-telemetry#8203;inosato](https://togithub.com/inosato)
- Add setups for Golang and QEMU
([#&open-telemetry#8203;187](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/187))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Update badge for Fossa
([#&open-telemetry#8203;180](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/180))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Use Fossa action in the workflow
([#&open-telemetry#8203;177](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/177))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Retire vendoring
([#&open-telemetry#8203;173](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/173))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Move dependencies into separate category
([#&open-telemetry#8203;174](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/174))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Create codeql-analysis.yml
([#&open-telemetry#8203;175](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/175))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### ⬆️ Dependencies

- Bump github.com/prometheus/common from 0.31.1 to 0.32.1
([#&open-telemetry#8203;228](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/228))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.31.0 to 0.31.1
([#&open-telemetry#8203;215](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/215))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/nginxinc/nginx-plus-go-client from 0.8.0 to 0.9.0
([#&open-telemetry#8203;216](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/216))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.30.0 to 0.31.0
([#&open-telemetry#8203;214](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/214))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Update Go version to 1.17
([#&open-telemetry#8203;211](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/211))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump github.com/prometheus/common from 0.29.0 to 0.30.0
([#&open-telemetry#8203;208](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/208))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/stale from 3 to 4
([#&open-telemetry#8203;206](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/206))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Add more linters
([#&open-telemetry#8203;200](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/200))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump github.com/prometheus/common from 0.26.0 to 0.29.0
([#&open-telemetry#8203;196](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/196))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0
([#&open-telemetry#8203;195](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/195))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/cache from 2.1.5 to 2.1.6
([#&open-telemetry#8203;194](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/194))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.23.0 to 0.24.0
([#&open-telemetry#8203;191](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/191))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/golangci/golangci-lint from 1.39.0 to 1.40.1
([#&open-telemetry#8203;190](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/190))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.21.0 to 0.23.0
([#&open-telemetry#8203;186](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/186))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.20.0 to 0.21.0
([#&open-telemetry#8203;181](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/181))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/cache from v2.1.4 to v2.1.5
([#&open-telemetry#8203;179](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/179))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Add golangci-lint as a dependency
([#&open-telemetry#8203;176](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/176))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Retire vendoring
([#&open-telemetry#8203;173](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/173))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump golangci/golangci-lint-action from v2.5.1 to v2.5.2
([#&open-telemetry#8203;172](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/172))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.19.0 to 0.20.0
([#&open-telemetry#8203;171](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/171))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)

#### Upgrade

- Use the 0.10.0 image from our
[DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1\&ordering=last_updated\&name=0.10.0),
[GitHub
Container](https://togithub.com/nginxinc/nginx-prometheus-exporter/pkgs/container/nginx-prometheus-exporter)
or [Amazon ECR Public
Gallery](https://gallery.ecr.aws/nginx/nginx-prometheus-exporter)
- Download the latest binaries from [GitHub releases
page](https://togithub.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.10.0).
- Update to the latest version with `brew upgrade
nginx-prometheus-exporter`.

#### Compatibility

-   NGINX 0.1.18 or newer.
-   NGINX Plus R19 or newer.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Dan Jaglowski <[email protected]>
anthoai97 pushed a commit to anthoai97/opentelemetry-collector-contrib that referenced this pull request Feb 12, 2024
open-telemetry#30600)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/nginxinc/nginx-prometheus-exporter](https://togithub.com/nginxinc/nginx-prometheus-exporter)
| `v0.8.1-0.20201110005315-f5a5f8086c19` -> `v0.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnginxinc%2fnginx-prometheus-exporter/v0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fnginxinc%2fnginx-prometheus-exporter/v0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fnginxinc%2fnginx-prometheus-exporter/v0.8.1-0.20201110005315-f5a5f8086c19/v0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnginxinc%2fnginx-prometheus-exporter/v0.8.1-0.20201110005315-f5a5f8086c19/v0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nginxinc/nginx-prometheus-exporter
(github.com/nginxinc/nginx-prometheus-exporter)</summary>

###
[`v0.11.0`](https://togithub.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.11.0)

[Compare
Source](https://togithub.com/nginxinc/nginx-prometheus-exporter/compare/v0.10.0...v0.11.0)

#### New in NGINX Prometheus Exporter v0.11.0

#### 🚀 Features

- Add metrics from NGINX Plus API version 8
([#&open-telemetry#8203;290](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/290))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 7
([#&open-telemetry#8203;288](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/288))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 6
([#&open-telemetry#8203;281](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/281))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add SBOMs to release
([#&open-telemetry#8203;274](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/274))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 🐛 Bug Fixes

- Add ReadHeaderTimeout to http.Server
([#&open-telemetry#8203;283](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/283))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 📝 Documentation

- Release 0.11.0
([#&open-telemetry#8203;296](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/296))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Fix typographical error
([#&open-telemetry#8203;287](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/287))
[@&open-telemetry#8203;rwenz3l](https://togithub.com/rwenz3l)
- Update CI workflow
([#&open-telemetry#8203;293](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/293))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 8
([#&open-telemetry#8203;290](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/290))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 7
([#&open-telemetry#8203;288](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/288))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Update contacts
([#&open-telemetry#8203;282](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/282))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add metrics from NGINX Plus API version 6
([#&open-telemetry#8203;281](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/281))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Upload Docker images to Quay.io
([#&open-telemetry#8203;260](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/260))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Rename main branch
([#&open-telemetry#8203;247](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/247))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 🔨 Maintenance

- Release 0.11.0
([#&open-telemetry#8203;296](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/296))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add Slack announcement to nginxcommunity
([#&open-telemetry#8203;292](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/292))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Update CI workflow
([#&open-telemetry#8203;293](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/293))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Remove deprecated go linters
([#&open-telemetry#8203;291](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/291))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Read Go build info from the binary
([#&open-telemetry#8203;276](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/276))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Upload Docker images to Quay.io
([#&open-telemetry#8203;260](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/260))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add workflow to enable auto-merge for dependabot
([#&open-telemetry#8203;252](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/252))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Run tests in parallel
([#&open-telemetry#8203;250](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/250))
[@&open-telemetry#8203;jjngx](https://togithub.com/jjngx)
- Rename main branch
([#&open-telemetry#8203;247](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/247))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Use linked copies in Dockerfile
([#&open-telemetry#8203;246](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/246))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Use actions/github-script to get data for notifications
([#&open-telemetry#8203;241](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/241))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### ⬆️ Dependencies

- Bump Go to 1.19
([#&open-telemetry#8203;294](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/294))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump anchore/sbom-action from 0.11.0 to 0.12.0
([#&open-telemetry#8203;289](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/289))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0
([#&open-telemetry#8203;286](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/286))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump golang from 1.18 to 1.19 in /build
([#&open-telemetry#8203;285](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/285))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/nginxinc/nginx-plus-go-client from 0.9.0 to 0.10.0
([#&open-telemetry#8203;279](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/279))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.36.0 to 0.37.0
([#&open-telemetry#8203;278](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/278))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.35.0 to 0.36.0
([#&open-telemetry#8203;277](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/277))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3
([#&open-telemetry#8203;275](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/275))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.34.0 to 0.35.0
([#&open-telemetry#8203;273](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/273))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump Go to 1.18
([#&open-telemetry#8203;271](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/271))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump goreleaser/goreleaser-action from 2 to 3
([#&open-telemetry#8203;270](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/270))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1
([#&open-telemetry#8203;266](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/266))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/setup-buildx-action from 1 to 2
([#&open-telemetry#8203;268](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/268))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
([#&open-telemetry#8203;269](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/269))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/build-push-action from 2 to 3
([#&open-telemetry#8203;263](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/263))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/metadata-action from 3 to 4
([#&open-telemetry#8203;264](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/264))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/login-action from 1 to 2
([#&open-telemetry#8203;265](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/265))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump docker/setup-qemu-action from 1 to 2
([#&open-telemetry#8203;262](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/262))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github/codeql-action from 1 to 2
([#&open-telemetry#8203;257](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/257))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.32.1 to 0.34.0
([#&open-telemetry#8203;258](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/258))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/stale from 4 to 5
([#&open-telemetry#8203;254](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/254))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/setup-go from 2 to 3
([#&open-telemetry#8203;253](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/253))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump peter-evans/dockerhub-description from 2 to 3
([#&open-telemetry#8203;249](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/249))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump golang from 1.17 to 1.18 in /build
([#&open-telemetry#8203;248](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/248))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/checkout from 2 to 3
([#&open-telemetry#8203;245](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/245))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump golangci/golangci-lint-action from 2 to 3
([#&open-telemetry#8203;244](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/244))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/github-script from 5 to 6
([#&open-telemetry#8203;243](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/243))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
([#&open-telemetry#8203;242](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/242))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0
([#&open-telemetry#8203;240](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/240))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)

#### Upgrade

- Use the 0.11.0 image from our
[DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1\&ordering=last_updated\&name=0.11.0),
[GitHub
Container](https://togithub.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/0.11.0?tab=tags).
- Download the latest binaries from [GitHub releases
page](https://togithub.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.11.0).
- Update to the latest version with `brew upgrade
nginx-prometheus-exporter`.

#### Compatibility

-   NGINX 0.1.18 or newer.
-   NGINX Plus R19 or newer.

###
[`v0.10.0`](https://togithub.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.10.0)

[Compare
Source](https://togithub.com/nginxinc/nginx-prometheus-exporter/compare/v0.9.0...v0.10.0)

#### New in NGINX Prometheus Exporter v0.10.0

#### 🚀 Features

- Add binaries for Windows
([#&open-telemetry#8203;235](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/235))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add Homebrew tap
([#&open-telemetry#8203;236](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/236))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- add metric for max_conns of upstream servers
([#&open-telemetry#8203;201](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/201))
[@&open-telemetry#8203;StevenHessing](https://togithub.com/StevenHessing)
- Add binaries for macOS
([#&open-telemetry#8203;209](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/209))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 📝 Documentation

- Release 0.10.0
([#&open-telemetry#8203;237](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/237))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add Homebrew tap
([#&open-telemetry#8203;236](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/236))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add docs for GHCR and AWS ECR
([#&open-telemetry#8203;234](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/234))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more badges to README
([#&open-telemetry#8203;223](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/223))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add documentation for metrics
([#&open-telemetry#8203;182](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/182))
[@&open-telemetry#8203;Dean-Coakley](https://togithub.com/Dean-Coakley)
- Fix upstream server fails metric description
([#&open-telemetry#8203;183](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/183))
[@&open-telemetry#8203;Dean-Coakley](https://togithub.com/Dean-Coakley)
- Update badge for Fossa
([#&open-telemetry#8203;180](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/180))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### 🔨 Maintenance

- Release 0.10.0
([#&open-telemetry#8203;237](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/237))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Upload Docker images to AWS ECR Public
([#&open-telemetry#8203;230](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/230))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more badges to README
([#&open-telemetry#8203;223](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/223))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more info to Notification and notify for additional workflows
([#&open-telemetry#8203;226](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/226))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Increase time before issues/PRs become stale
([#&open-telemetry#8203;225](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/225))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more labels to Docker image
([#&open-telemetry#8203;222](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/222))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Remove nightly build for now
([#&open-telemetry#8203;221](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/221))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Upload Docker images to GHCR
([#&open-telemetry#8203;218](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/218))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Simplify CI workflow, add edge and nightly
([#&open-telemetry#8203;217](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/217))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Use GitHub cache backend API
([#&open-telemetry#8203;210](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/210))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Simple parsing nginx metrics \[parseStubStats]
([#&open-telemetry#8203;207](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/207))
[@&open-telemetry#8203;mirecl](https://togithub.com/mirecl)
- Add revive linter with recommended config
([#&open-telemetry#8203;202](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/202))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add more linters
([#&open-telemetry#8203;200](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/200))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Add workflow to push README to Docker Hub
([#&open-telemetry#8203;188](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/188))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Refactor for go 1.16
([#&open-telemetry#8203;184](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/184))
[@&open-telemetry#8203;inosato](https://togithub.com/inosato)
- Add setups for Golang and QEMU
([#&open-telemetry#8203;187](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/187))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Update badge for Fossa
([#&open-telemetry#8203;180](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/180))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Use Fossa action in the workflow
([#&open-telemetry#8203;177](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/177))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Retire vendoring
([#&open-telemetry#8203;173](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/173))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Move dependencies into separate category
([#&open-telemetry#8203;174](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/174))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Create codeql-analysis.yml
([#&open-telemetry#8203;175](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/175))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)

#### ⬆️ Dependencies

- Bump github.com/prometheus/common from 0.31.1 to 0.32.1
([#&open-telemetry#8203;228](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/228))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.31.0 to 0.31.1
([#&open-telemetry#8203;215](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/215))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/nginxinc/nginx-plus-go-client from 0.8.0 to 0.9.0
([#&open-telemetry#8203;216](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/216))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.30.0 to 0.31.0
([#&open-telemetry#8203;214](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/214))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Update Go version to 1.17
([#&open-telemetry#8203;211](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/211))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump github.com/prometheus/common from 0.29.0 to 0.30.0
([#&open-telemetry#8203;208](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/208))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/stale from 3 to 4
([#&open-telemetry#8203;206](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/206))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Add more linters
([#&open-telemetry#8203;200](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/200))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump github.com/prometheus/common from 0.26.0 to 0.29.0
([#&open-telemetry#8203;196](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/196))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0
([#&open-telemetry#8203;195](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/195))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/cache from 2.1.5 to 2.1.6
([#&open-telemetry#8203;194](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/194))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.23.0 to 0.24.0
([#&open-telemetry#8203;191](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/191))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/golangci/golangci-lint from 1.39.0 to 1.40.1
([#&open-telemetry#8203;190](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/190))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.21.0 to 0.23.0
([#&open-telemetry#8203;186](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/186))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.20.0 to 0.21.0
([#&open-telemetry#8203;181](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/181))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump actions/cache from v2.1.4 to v2.1.5
([#&open-telemetry#8203;179](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/179))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Add golangci-lint as a dependency
([#&open-telemetry#8203;176](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/176))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Retire vendoring
([#&open-telemetry#8203;173](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/173))
[@&open-telemetry#8203;lucacome](https://togithub.com/lucacome)
- Bump golangci/golangci-lint-action from v2.5.1 to v2.5.2
([#&open-telemetry#8203;172](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/172))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)
- Bump github.com/prometheus/common from 0.19.0 to 0.20.0
([#&open-telemetry#8203;171](https://togithub.com/nginxinc/nginx-prometheus-exporter/issues/171))
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot)

#### Upgrade

- Use the 0.10.0 image from our
[DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1\&ordering=last_updated\&name=0.10.0),
[GitHub
Container](https://togithub.com/nginxinc/nginx-prometheus-exporter/pkgs/container/nginx-prometheus-exporter)
or [Amazon ECR Public
Gallery](https://gallery.ecr.aws/nginx/nginx-prometheus-exporter)
- Download the latest binaries from [GitHub releases
page](https://togithub.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.10.0).
- Update to the latest version with `brew upgrade
nginx-prometheus-exporter`.

#### Compatibility

-   NGINX 0.1.18 or newer.
-   NGINX Plus R19 or newer.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Dan Jaglowski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command dependencies Pull requests that update a dependency file dependency issue receiver/nginx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants