Documentation ¶
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 tracestologsprocessor.
Types ¶
type Config ¶
type Config struct { config.ProcessorSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct LogsExporter string `mapstructure:"logs_exporter"` }
Config defines configuration for the Traces to Logs processor.
Click to show internal directories.
Click to hide internal directories.