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