Versions in this module Expand all Collapse all v0 v0.1.2 Apr 27, 2026 v0.1.1 Mar 26, 2026 Changes in this version + const TypeStr + var LogsStability = component.StabilityLevelBeta + var MetricsStability = component.StabilityLevelBeta + var TracesStability = component.StabilityLevelBeta + var Type = component.MustNewType(TypeStr) + func NewFactory() receiver.Factory + type Config struct + Endpoint string + Logs SignalConfig + Secret string + SignatureAlgorithm string + SpeedInsights SignalConfig + Traces SignalConfig + WebAnalytics SignalConfig + func (cfg *Config) GetLogsSecret() string + func (cfg *Config) GetSignatureAlgorithm() string + func (cfg *Config) GetSpeedInsightsSecret() string + func (cfg *Config) GetTracesSecret() string + func (cfg *Config) GetWebAnalyticsSecret() string + func (cfg *Config) Validate() error + type SharedComponent struct + func (r *SharedComponent) Shutdown(ctx context.Context) error + func (r *SharedComponent) Start(ctx context.Context, host component.Host) error + func (r *SharedComponent) Unwrap() component.Component + type SharedComponents struct + func NewSharedComponents() *SharedComponents + func (scs *SharedComponents) GetOrAdd(key any, create func() component.Component) *SharedComponent + type SignalConfig struct + Route string + Secret string + type SignatureAlgorithm string + const SignatureAlgorithmSHA1 + const SignatureAlgorithmSHA256