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