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) Description ¶
func (is *InternetSpeed) Description() string
Description returns information about the plugin.
func (*InternetSpeed) Gather ¶
func (is *InternetSpeed) Gather(acc telegraf.Accumulator) error
func (*InternetSpeed) SampleConfig ¶
func (is *InternetSpeed) SampleConfig() string
SampleConfig displays configuration instructions.
Click to show internal directories.
Click to hide internal directories.