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
Is your feature request related to a problem? Please describe. https://github.com/fluent/fluent-bit/blob/master/scripts/rate_limit.lua has a script to throttle logs based on the count.
There are certain situations where it is necessary to rate limit based on the size of logs. E.g. Allow a container to publish a maximum of 10MB of logs per minute.