telegraf/plugins/outputs/riemann_legacy/riemann_legacy_sample_confi...

9 lines
310 B
Go

//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package riemann_legacy
func (r *Riemann) SampleConfig() string {
return `{{ .SampleConfig }}`
}