Documentation
¶
Overview ¶
Package mynewprocessor is an example of a processor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ProcessorFactory
NewFactory returns a new factory for the Attributes processor.
Types ¶
type Config ¶
type Config struct {
config.ProcessorSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct
}
Config specifies the set options available.
Click to show internal directories.
Click to hide internal directories.