Documentation
¶
Overview ¶
Package namedpipereceiver implements a receiver that can be used by the OpenTelemetry collector to receive logs using the stanza log agent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type NamedPipeConfig ¶
type NamedPipeConfig struct { InputConfig namedpipe.Config `mapstructure:",squash"` adapter.BaseConfig `mapstructure:",squash"` }
NamedPipeConfig defines configuration for the namedpipe receiver
type ReceiverType ¶
type ReceiverType struct{}
func (ReceiverType) BaseConfig ¶
func (f ReceiverType) BaseConfig(cfg component.Config) adapter.BaseConfig
BaseConfig gets the base config from config, for now
func (ReceiverType) CreateDefaultConfig ¶
func (f ReceiverType) CreateDefaultConfig() component.Config
CreateDefaultConfig creates a config with type and version
func (ReceiverType) InputConfig ¶
func (f ReceiverType) InputConfig(cfg component.Config) operator.Config
InputConfig unmarshals the input operator
Click to show internal directories.
Click to hide internal directories.