README ¶ Printer Processor Plugin The printer processor plugin simple prints every metric passing through it. Configuration # Print all metrics that pass through this filter. [[processors.printer]] Tags No tags are applied by this processor. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Printer func (p *Printer) Apply(in ...telegraf.Metric) []telegraf.Metric func (p *Printer) Description() string func (p *Printer) SampleConfig() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Printer ¶ type Printer struct { // contains filtered or unexported fields } func (*Printer) Apply ¶ func (p *Printer) Apply(in ...telegraf.Metric) []telegraf.Metric func (*Printer) Description ¶ func (p *Printer) Description() string func (*Printer) SampleConfig ¶ func (p *Printer) SampleConfig() string Source Files ¶ View all Source files printer.go Click to show internal directories. Click to hide internal directories.