This issue tracks the implementation of a helper process that centralizes communication with the backend/collector. Instead of each worker process sending telemetry (metrics, logs, traces, OpAMP) independently, a single process will handle all communication.
This change is aimed at improving efficiency in multi-process environments like Apache or PHP-FPM, reducing resource usage such as memory and network connections.
Scope
Process name proposal
SupporterProcess / RelayProcess / TelemetryHub / WorkerBridge
This issue tracks the implementation of a helper process that centralizes communication with the backend/collector. Instead of each worker process sending telemetry (metrics, logs, traces, OpAMP) independently, a single process will handle all communication.
This change is aimed at improving efficiency in multi-process environments like Apache or PHP-FPM, reducing resource usage such as memory and network connections.
Scope
Process name proposal
SupporterProcess / RelayProcess / TelemetryHub / WorkerBridge