You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(k8s-observability-monitoring): add sending_queue size limits to prevent OOM
Add configurable queueSize and numConsumers parameters to the OTLP
exporter sending_queue. Without queue_size limits, memory can grow
unbounded during destination outages, causing OOM kills.
Default queueSize set to 500 batches to balance resilience with memory usage.
0 commit comments