Support Processor & Aggregator Plugins

closes #1726
This commit is contained in:
Cameron Sparr
2016-10-12 14:50:19 +01:00
parent 974221f0cf
commit 64a71263a1
28 changed files with 1832 additions and 654 deletions
+5
View File
@@ -0,0 +1,5 @@
package all
import (
_ "github.com/influxdata/telegraf/plugins/processors/printer"
)