drop cpu_time_* from procstat by default

closes #963
This commit is contained in:
Cameron Sparr
2016-04-04 15:16:58 -06:00
parent 357849c348
commit 8509101b83

View File

@@ -43,6 +43,8 @@ var sampleConfig = `
## Field name prefix
prefix = ""
## comment this out if you want raw cpu_time stats
fielddrop = ["cpu_time_*"]
`
func (_ *Procstat) SampleConfig() string {