Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graphite ¶
type Graphite struct { GraphiteTagSupport bool `toml:"graphite_tag_support"` GraphiteTagSanitizeMode string `toml:"graphite_tag_sanitize_mode"` GraphiteSeparator string `toml:"graphite_separator"` // URL is only for backwards compatibility Servers []string `toml:"servers"` Prefix string `toml:"prefix"` Template string `toml:"template"` Templates []string `toml:"templates"` Timeout int `toml:"timeout"` Log telegraf.Logger `toml:"-"` tlsint.ClientConfig // contains filtered or unexported fields }
func (*Graphite) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.