how to implement rate limit(not sampling) on log i...
# support
a
how to implement rate limit(not sampling) on log ingestion?
n
Hey @Abhay Could you please elaborate on your use case for using rate limiter rather than sampling/batching?
a
@Nagesh Bansal we want to implement rate limit to prevent spikes in load resulting in OOM issue at collector level also to predict and plan for data side growth. we don't want unbounded ingestion of logs. let me know if there is a way to achieve this.
@Nagesh Bansal any suggestions from your end?