Skip to content

Remove redundant robustness & complexity

Compare
Choose a tag to compare
@JaniAnttonen JaniAnttonen released this 18 Mar 10:49
· 232 commits to master since this release

NOTE: This version only guaranteed to work with the latest version of Grafana Loki. Make sure to update Loki if you have updated this package!

Since Grafana has patched Loki to accept duplicate timestamps, we don't need to try to ensure them on the client side anymore. This version removes the sorting and ensuring the timestamps of the batches before sending, resulting in lower complexity.