OTEL-023
Without an upper bound, a single batch can outgrow exporter limits.
OTEL-024
The hard cap must be at least as large as the soft trigger.
OTEL-025
Very short timeouts flush before any meaningful batching happens.
OTEL-026
Very long timeouts pin telemetry in memory and delay incident signals.
OTEL-027
Without a positive check_interval the memory_limiter never runs.
OTEL-028
The soft limit must sit below the hard limit.
OTEL-029
memory_limiter has to know what it is limiting.
OTEL-030
A percentage under 20% wastes capacity; over 90% risks OOM before the limiter fires.