Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dedup ¶
type Dedup struct { DedupInterval internal.Duration `toml:"dedup_interval"` FlushTime time.Time Cache map[uint64]telegraf.Metric }
func (*Dedup) Apply ¶
func (d *Dedup) Apply(metrics ...telegraf.Metric) []telegraf.Metric
main processing method
func (*Dedup) Description ¶
func (*Dedup) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.