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