otel-arrow icon indicating copy to clipboard operation
otel-arrow copied to clipboard

Add a memorylimiter extension

Open moh-osman3 opened this issue 10 months ago • 0 comments

Implement a memorylimiter extension that can replace the behavior of the concurrentbatchprocessor's inflight memory limiter. Instead of waiting until the concurrentbatchprocessor to apply an in flight byte limits, we should try to limit requests before they reach the otlp receiver's grpc server. This will be a step in the right direction for resolving memory issues observed in the receiver where too many waiters can build up a lot of memory even if the in flight memory is limited in the concurrentbatchprocessor.

moh-osman3 avatar Apr 04 '24 06:04 moh-osman3