1
0
Fork 0
telegraf/plugins/processors/deprecations.go

7 lines
167 B
Go
Raw Permalink Normal View History

package processors
import "github.com/influxdata/telegraf"
// Deprecations lists the deprecated plugins
var Deprecations = make(map[string]telegraf.DeprecationInfo)