mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-21 18:46:07 +10:00
This plugin can perform the standard metric modifications using override semantics.
7 lines
151 B
Go
7 lines
151 B
Go
package all
|
|
|
|
import (
|
|
_ "github.com/influxdata/telegraf/plugins/processors/override"
|
|
_ "github.com/influxdata/telegraf/plugins/processors/printer"
|
|
)
|