Unify comments style in the CPU input (#8605)

This commit is contained in:
Aleksei Magusev 2020-12-21 21:44:51 +01:00 committed by GitHub
parent 9f31184e20
commit 0731585d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
`