Unify comments style in the CPU input (#8605)
This commit is contained in:
parent
9f31184e20
commit
0731585d61
|
|
@ -37,9 +37,9 @@ var sampleConfig = `
|
|||
percpu = true
|
||||
## Whether to report total system cpu stats or not
|
||||
totalcpu = true
|
||||
## If true, collect raw CPU time metrics.
|
||||
## If true, collect raw CPU time metrics
|
||||
collect_cpu_time = false
|
||||
## If true, compute and report the sum of all non-idle CPU states.
|
||||
## If true, compute and report the sum of all non-idle CPU states
|
||||
report_active = false
|
||||
`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue