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