Versions in this module Expand all Collapse all v1 v1.0.0 Jun 23, 2023 Changes in this version + type Config struct + Extensions extensions.Config + Pipelines pipelines.Config + Telemetry telemetry.Config + func (cfg *Config) Validate() error + type PipelineConfig = pipelines.PipelineConfig + type Service struct + func New(ctx context.Context, set Settings, cfg Config) (*Service, error) + func (srv *Service) Logger() *zap.Logger + func (srv *Service) Shutdown(ctx context.Context) error + func (srv *Service) Start(ctx context.Context) error + type Settings struct + AsyncErrorChannel chan error + BuildInfo component.BuildInfo + Connectors *connector.Builder + Exporters *exporter.Builder + Extensions *extension.Builder + LoggingOptions []zap.Option + Processors *processor.Builder + Receivers *receiver.Builder