Bump the all group with 2 updates (#11672)
* Bump the all group with 2 updates Bumps the all group with 2 updates: [github.com/ncabatoff/process-exporter](https://github.com/ncabatoff/process-exporter) and [k8s.io/component-base](https://github.com/kubernetes/component-base). Updates `github.com/ncabatoff/process-exporter` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/ncabatoff/process-exporter/releases) - [Changelog](https://github.com/ncabatoff/process-exporter/blob/master/cloudbuild.release.yaml) - [Commits](https://github.com/ncabatoff/process-exporter/compare/v0.8.2...v0.8.3) Updates `k8s.io/component-base` from 0.30.2 to 0.30.3 - [Commits](https://github.com/kubernetes/component-base/compare/v0.30.2...v0.30.3) --- updated-dependencies: - dependency-name: github.com/ncabatoff/process-exporter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: k8s.io/component-base dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * Metrics/Process: Adapt to API change in `ncabatoff/process-exporter`. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
a4ffcfb3d8
commit
ee5d40a6d2
3 changed files with 16 additions and 16 deletions
|
|
@ -112,7 +112,7 @@ func NewNGINXProcess(pod, namespace, ingressClass string) (NGINXProcessCollector
|
|||
|
||||
p := &namedProcess{
|
||||
scrapeChan: make(chan scrapeRequest),
|
||||
Grouper: proc.NewGrouper(nm, true, false, false, 0, false),
|
||||
Grouper: proc.NewGrouper(nm, true, false, false, 0, false, false),
|
||||
fs: fs,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue