Documentation ¶
Overview ¶
Package configunmarshaler implements configuration unmarshalling from a config.Map. The implementation relies on registered factories that allow creating default configuration for each type of receiver/exporter/processor.
Index ¶
- Variables
- type ConfigUnmarshalerdeprecated
Constants ¶
This section is empty.
Variables ¶
View Source
var LoadReceiver = configunmarshaler.LoadReceiver
Deprecated: [v0.50.0] use config.UnmarshalReceiver.
View Source
var NewDefault = configunmarshaler.NewDefault
Deprecated: [v0.50.0] not needed since interface will be removed.
Functions ¶
This section is empty.
Types ¶
type ConfigUnmarshaler
deprecated
type ConfigUnmarshaler = configunmarshaler.ConfigUnmarshaler
Deprecated: [v0.50.0] if you need to update the config.Config implement custom (or wrap) service.ConfigProvider.
Click to show internal directories.
Click to hide internal directories.