Versions in this module Expand all Collapse all v0 v0.2.0 Mar 7, 2026 v0.1.0 Mar 6, 2026 Changes in this version + func NewFactory() receiver.Factory + type Config struct + Command []string + Environment map[string]string + ExecTimeout time.Duration + IncludeStderr bool + InheritEnvironment bool + Interval time.Duration + MaxBufferSize int + MaxConcurrent int + MaxOutputSize int + MaxRestartDelay time.Duration + Mode Mode + RestartDelay time.Duration + WorkingDirectory string + func (cfg *Config) Validate() error + type Mode string + const ModeScheduled + const ModeStreaming