Metrics/Process: Adapt to API change in ncabatoff/process-exporter
.
This commit is contained in:
parent
aa640dd66b
commit
3e4eddb6ca
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue