5 lines
154 B
Go
5 lines
154 B
Go
//go:build !custom || outputs || outputs.timestream
|
|
|
|
package all
|
|
|
|
import _ "github.com/influxdata/telegraf/plugins/outputs/timestream" // register plugin
|