Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config map[component.ID]*PipelineConfig
Config defines the configurable settings for service telemetry.
type PipelineConfig ¶
type PipelineConfig struct { Receivers []component.ID `mapstructure:"receivers"` Processors []component.ID `mapstructure:"processors"` Exporters []component.ID `mapstructure:"exporters"` }
PipelineConfig defines the configuration of a Pipeline.
func (*PipelineConfig) Validate ¶
func (cfg *PipelineConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.