I noticed that there is a size limit for a single stream when pushing logs to loki:
Thread-27 (_flush) ERROR:
Error while sending logs: 400 Client Error: Bad Request for url: http://localhost:3100/loki/api/v1/push
Thread-27 (_flush) ERROR:
Response status code: 400, response text: Max entry size '262144' bytes exceeded for stream '{application="xyz"}' while adding an entry with length '415746' bytes
Maybe we can find an option to flush after a certain threshold of bytes is reached (additional or instead of the timebased flushing)?
I noticed that there is a size limit for a single stream when pushing logs to loki:
Maybe we can find an option to flush after a certain threshold of bytes is reached (additional or instead of the timebased flushing)?