Skip to content

Commit

Permalink
Unify comments style in the CPU input (influxdata#8605)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag authored Dec 21, 2020
1 parent 0caeb44 commit 382ac24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/cpu/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
`

Expand Down

0 comments on commit 382ac24

Please sign in to comment.