From 37e45f8680f3d2fddabc205e6e73b2ac47a744e7 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Mon, 4 Apr 2016 15:16:58 -0600 Subject: [PATCH] drop cpu_time_* from procstat by default closes #963 --- plugins/inputs/procstat/procstat.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/inputs/procstat/procstat.go b/plugins/inputs/procstat/procstat.go index e5ae207fe..a0e63fd6f 100644 --- a/plugins/inputs/procstat/procstat.go +++ b/plugins/inputs/procstat/procstat.go @@ -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 {