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