Add override processor (#3773)

This plugin can perform the standard metric modifications using override semantics.
This commit is contained in:
Karsten Schnitter
2018-03-07 22:27:43 +01:00
committed by Daniel Nelson
parent b9ddbbd5ed
commit 9d8b1b1e87
4 changed files with 171 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
package all
import (
_ "github.com/influxdata/telegraf/plugins/processors/override"
_ "github.com/influxdata/telegraf/plugins/processors/printer"
)