Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectorConfigFile ¶
type CollectorConfigFile struct { Receivers map[string]interface{} `yaml:"receivers"` Processors map[string]interface{} `yaml:"processors"` Exporters map[string]interface{} `yaml:"exporters"` Extensions map[string]interface{} `yaml:"extensions"` Connectors map[string]interface{} `yaml:"connectors"` }
type RequiredComponents ¶
type RequiredComponents struct { Receivers []string Processors []string Exporters []string Extensions []string Connectors []string }
func GetRequiredComponentsFromCollectorConfig ¶
func GetRequiredComponentsFromCollectorConfig(filename string) (RequiredComponents, error)
Click to show internal directories.
Click to hide internal directories.