Open olivierbeytrison opened 1 year ago
While trying to build the code, got the following error :
./exporter.go:140:68: too many arguments in call to prometheus.NewProcessCollector have (int, string) want (prometheus.ProcessCollectorOpts)
Fixed by using the default struct
While trying to build the code, got the following error :
Fixed by using the default struct