Documentation
¶
Overview ¶
Package adapters is for data conversion.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidYAML represents an error in the format of the configuration file. ErrInvalidYAML = errors.New("couldn't parse the opentelemetry-collector configuration") )
Functions ¶
func ConfigFromString ¶
ConfigFromString extracts a configuration map from the given string. If the given string isn't a valid YAML, ErrInvalidYAML is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.