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
Ingester chunk flushes run periodically, by default every minute.
Add a rate-limiter so we spread out calls to the DB across the period,
avoiding spikes of intense activity which can slow down other operations
such as incoming Push() calls.
Signed-off-by: Bryan Boreham <[email protected]>
0 commit comments