mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-26 12:26:35 +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,
|
ProcessExclude: types.RegExpEmpty,
|
||||||
EnableWorkerProcess: false,
|
EnableWorkerProcess: false,
|
||||||
EnableCMDLine: true,
|
EnableCMDLine: true,
|
||||||
CounterVersion: 0,
|
CounterVersion: 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
type Collector struct {
|
type Collector struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user