Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CycleStats ¶
type CycleStats struct { Name string `toml:"name"` GroupBy []string `toml:"group_by"` Log telegraf.Logger `toml:"-"` Fields map[string][]string // contains filtered or unexported fields }
func New ¶
func New() *CycleStats
func (*CycleStats) Description ¶
func (r *CycleStats) Description() string
func (*CycleStats) Init ¶
func (t *CycleStats) Init() error
func (*CycleStats) Reset ¶
func (t *CycleStats) Reset()
func (*CycleStats) SampleConfig ¶
func (*CycleStats) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.