Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginData ¶
type PluginData struct {
Server string `toml:"server"`
Measurement string `toml:"measurement"`
Database string `toml:"database"`
Query string `toml:"query"`
Tags []string `toml:"tags"`
Log telegraf.Logger `toml:"-"`
// contains filtered or unexported fields
}
func (*PluginData) Description ¶
func (x *PluginData) Description() string
func (*PluginData) Gather ¶
func (x *PluginData) Gather(acc telegraf.Accumulator) error
func (*PluginData) SampleConfig ¶
func (x *PluginData) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.