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
Tjahzi does too much http calls to Loki - whenever there is any message present and it check this typically with 1ms interval. We need to throttle that.
Introduce logic similar to promtail that will send logs when they reach some critical size or timeout is reached.
The text was updated successfully, but these errors were encountered:
… to Loki. Using terminology from promtail introduced 'batchSize' and 'batchWait' parameters. Fixed ByteBuf and HttpMessage leak due to missing release.
Tjahzi does too much http calls to Loki - whenever there is any message present and it check this typically with 1ms interval. We need to throttle that.
Introduce logic similar to promtail that will send logs when they reach some critical size or timeout is reached.
The text was updated successfully, but these errors were encountered: