Versions in this module Expand all Collapse all v0 v0.116.0 Dec 16, 2024 Changes in this version + type CreateProfilesFunc func(context.Context, receiver.Settings, component.Config, xconsumer.Profiles) (Profiles, error) + func (f CreateProfilesFunc) CreateProfiles(ctx context.Context, set receiver.Settings, cfg component.Config, ...) (Profiles, error) + type Factory interface + CreateProfiles func(ctx context.Context, set receiver.Settings, cfg component.Config, ...) (Profiles, error) + ProfilesStability func() component.StabilityLevel + func NewFactory(cfgType component.Type, createDefaultConfig component.CreateDefaultConfigFunc, ...) Factory + type FactoryOption interface + func WithLogs(createLogs receiver.CreateLogsFunc, sl component.StabilityLevel) FactoryOption + func WithMetrics(createMetrics receiver.CreateMetricsFunc, sl component.StabilityLevel) FactoryOption + func WithProfiles(createProfiles CreateProfilesFunc, sl component.StabilityLevel) FactoryOption + func WithTraces(createTraces receiver.CreateTracesFunc, sl component.StabilityLevel) FactoryOption + type Profiles interface