An OpenTelemetry Collector can run out of memory during a backend outage because exporter queues retain telemetry as live objects while new data continues to arrive. Garbage collection cannot reclaim those queued objects. The memory_limiter processor can refuse new input and force GC, but it does not ...