telegraf/plugins/inputs/nginx_sts/nginx_sts_sample_config.go

9 lines
306 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 nginx_sts
func (n *NginxSTS) SampleConfig() string {
return `{{ .SampleConfig }}`
}