Bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#11622)

* Bump github.com/prometheus/common from 0.54.0 to 0.55.0

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.54.0 to 0.55.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](https://github.com/prometheus/common/compare/v0.54.0...v0.55.0)

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

* Go: Fix build.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Marco Ebert 2024-07-16 17:39:55 +02:00 committed by GitHub
parent bf259d3dba
commit 52aceaa71b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 62 additions and 1639 deletions

View file

@ -112,7 +112,7 @@ func NewNGINXProcess(pod, namespace, ingressClass string) (NGINXProcessCollector
p := &namedProcess{
scrapeChan: make(chan scrapeRequest),
Grouper: proc.NewGrouper(nm, true, false, false, false),
Grouper: proc.NewGrouper(nm, true, false, false, 0, false),
fs: fs,
}