Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicStats ¶
type BasicStats struct { Stats []string `toml:"stats"` // contains filtered or unexported fields }
func NewBasicStats ¶
func NewBasicStats() *BasicStats
func (*BasicStats) Add ¶
func (m *BasicStats) Add(in telegraf.Metric)
func (*BasicStats) Description ¶
func (m *BasicStats) Description() string
func (*BasicStats) Push ¶
func (m *BasicStats) Push(acc telegraf.Accumulator)
func (*BasicStats) Reset ¶
func (m *BasicStats) Reset()
func (*BasicStats) SampleConfig ¶
func (m *BasicStats) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.