Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsulAgent ¶
type ConsulAgent struct { URL string `toml:"url"` TokenFile string `toml:"token_file"` Token string `toml:"token"` ResponseTimeout config.Duration `toml:"timeout"` tls.ClientConfig // contains filtered or unexported fields }
func (*ConsulAgent) Gather ¶
func (n *ConsulAgent) Gather(acc telegraf.Accumulator) error
func (*ConsulAgent) Init ¶
func (n *ConsulAgent) Init() error
func (*ConsulAgent) SampleConfig ¶
func (*ConsulAgent) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.