6 lines
171 B
Go
6 lines
171 B
Go
|
//go:build !custom || (migrations && (inputs || inputs.procstat))
|
||
|
|
||
|
package all
|
||
|
|
||
|
import _ "github.com/influxdata/telegraf/migrations/inputs_procstat" // register migration
|