Documentation ¶
Overview ¶
Package configloader implements configuration loading from a config.Parser. The implementation relies on registered factories that allow creating default configuration for each type of receiver/exporter/processor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
Load loads a Config from Parser. After loading the config, `Validate()` must be called to validate.
func LoadReceiver ¶
func LoadReceiver(componentConfig *configparser.Parser, id config.ComponentID, factory component.ReceiverFactory) (config.Receiver, error)
LoadReceiver loads a receiver config from componentConfig using the provided factories.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.