Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternetSpeed ¶
type InternetSpeed struct { EnableFileDownload bool `toml:"enable_file_download"` Cache bool `toml:"cache"` Log telegraf.Logger `toml:"-"` // contains filtered or unexported fields }
InternetSpeed is used to store configuration values.
func (*InternetSpeed) Gather ¶
func (is *InternetSpeed) Gather(acc telegraf.Accumulator) error
func (*InternetSpeed) SampleConfig ¶
func (*InternetSpeed) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.