Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadReceiver ¶
func LoadReceiver(componentConfig *confmap.Conf, id config.ComponentID, factory component.ReceiverFactory) (config.Receiver, error)
LoadReceiver loads a receiver config from componentConfig using the provided factories.
Types ¶
type ConfigUnmarshaler ¶
type ConfigUnmarshaler struct{}
func New ¶
func New() ConfigUnmarshaler
New returns a default ConfigUnmarshaler that unmarshalls every component's configuration using the custom unmarshaler if present or default strict unmarshaler otherwise.
Click to show internal directories.
Click to hide internal directories.