Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternetSpeed ¶
type InternetSpeed struct {
ServerIDInclude []string `toml:"server_id_include"`
ServerIDExclude []string `toml:"server_id_exclude"`
EnableFileDownload bool `toml:"enable_file_download" deprecated:"1.25.0;use 'memory_saving_mode' instead"`
MemorySavingMode bool `toml:"memory_saving_mode"`
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) Init ¶ added in v1.24.2
func (is *InternetSpeed) Init() error
func (*InternetSpeed) SampleConfig ¶
func (*InternetSpeed) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.