Metrics/Process: Adapt to API change in ncabatoff/process-exporter.

This commit is contained in:
Marco Ebert 2024-07-22 12:52:26 +02:00 committed by k8s-infra-cherrypick-robot
parent ccd141df6e
commit 48bcbc991e

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, 0, false),
Grouper: proc.NewGrouper(nm, true, false, false, 0, false, false),
fs: fs,
}