6 lines
165 B
Go
6 lines
165 B
Go
|
//go:build !custom || inputs || inputs.powerdns_recursor
|
||
|
|
||
|
package all
|
||
|
|
||
|
import _ "github.com/influxdata/telegraf/plugins/inputs/powerdns_recursor" // register plugin
|