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
parent aa640dd66b
commit 3e4eddb6ca

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,
}