processors

package
v1.30.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 2 Imported by: 67

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Deprecations = map[string]telegraf.DeprecationInfo{}

Deprecations lists the deprecated plugins

View Source
var Processors = map[string]StreamingCreator{}

all processors are streaming processors. telegraf.Processor processors are upgraded to telegraf.StreamingProcessor

Functions

func Add

func Add(name string, creator Creator)

Add adds a telegraf.Processor processor

func AddStreaming added in v1.15.0

func AddStreaming(name string, creator StreamingCreator)

AddStreaming adds a telegraf.StreamingProcessor streaming processor

func NewStreamingProcessorFromProcessor added in v1.15.0

func NewStreamingProcessorFromProcessor(p telegraf.Processor) telegraf.StreamingProcessor

NewStreamingProcessorFromProcessor is a converter that turns a standard processor into a streaming processor

Types

type Creator

type Creator func() telegraf.Processor

type HasUnwrap added in v1.27.0

type HasUnwrap interface {
	Unwrap() telegraf.Processor
}

HasUnwrap indicates the presence of an Unwrap() function to retrieve the underlying telegraf.Processor.

type StreamingCreator added in v1.15.0

type StreamingCreator func() telegraf.StreamingProcessor

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL