Documentation ¶ Index ¶ Variables type Trig func (s *Trig) Description() string func (s *Trig) Gather(acc inputs.Accumulator) error func (s *Trig) SampleConfig() string Constants ¶ This section is empty. Variables ¶ View Source var TrigConfig = ` # Set the amplitude amplitude = 10.0 ` Functions ¶ This section is empty. Types ¶ type Trig ¶ type Trig struct { Amplitude float64 // contains filtered or unexported fields } func (*Trig) Description ¶ func (s *Trig) Description() string func (*Trig) Gather ¶ func (s *Trig) Gather(acc inputs.Accumulator) error func (*Trig) SampleConfig ¶ func (s *Trig) SampleConfig() string Source Files ¶ View all Source files trig.go Click to show internal directories. Click to hide internal directories.