process: Use Process collect V1 by default, since V2 is buggy. (#2368)

This commit is contained in:
Jan-Otto Kröpke
2026-03-20 20:36:28 +01:00
committed by GitHub
parent e8e775b711
commit 8139607f7a

View File

@@ -54,7 +54,7 @@ var ConfigDefaults = Config{
ProcessExclude: types.RegExpEmpty,
EnableWorkerProcess: false,
EnableCMDLine: true,
CounterVersion: 0,
CounterVersion: 1,
}
type Collector struct {