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