Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arc ¶
type Arc struct {
URL string `toml:"url"`
APIKey config.Secret `toml:"api_key"`
Database string `toml:"database"`
Headers map[string]string `toml:"headers"`
ContentEncoding string `toml:"content_encoding"`
Log telegraf.Logger `toml:"-"`
common_http.HTTPClientConfig
// contains filtered or unexported fields
}
func (*Arc) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.