mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-25 20:06:37 +00:00
process: Use Process collect V1 by default, since V2 is buggy. (#2368)
This commit is contained in:
@@ -54,7 +54,7 @@ var ConfigDefaults = Config{
|
||||
ProcessExclude: types.RegExpEmpty,
|
||||
EnableWorkerProcess: false,
|
||||
EnableCMDLine: true,
|
||||
CounterVersion: 0,
|
||||
CounterVersion: 1,
|
||||
}
|
||||
|
||||
type Collector struct {
|
||||
|
||||
Reference in New Issue
Block a user