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 16f6974431
commit 7785c62528

View file

@ -112,7 +112,7 @@ func NewNGINXProcess(pod, namespace, ingressClass string) (NGINXProcessCollector
p := &namedProcess{ p := &namedProcess{
scrapeChan: make(chan scrapeRequest), 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, fs: fs,
} }