Commit Graph

68 Commits (6e79cee85d8d5b62e524f08ae54a7d0f2f55a10b)

Author SHA1 Message Date
Cyril Tovena 070a145ea6
Improve the chunksize test. (#2892) 5 years ago
Cyril Tovena 53f4aa4ac3
Labels computation LogQLv2 (#2875) 5 years ago
Owen Diehl dc0bd01e35
WAL/marshalable chunks (#2764) 5 years ago
Cyril Tovena edc6215098
Improve the way we reverse iterator for backward queries. (#2793) 5 years ago
Cyril Tovena 2e14c45ceb
Logqlv2 pushes groups down to edge (#2786) 5 years ago
Cyril Tovena fd5cb96693
LogQL: Labels and Metrics Extraction (#2769) 5 years ago
Owen Diehl b8787163b6
removes r/w pools from block/chunk types (#2711) 5 years ago
Cyril Tovena 6500f82195
Improve lz4 compression (#2614) 5 years ago
Aurélien Rainone 85696d00eb
pkg/chunkenc: fix test using string(int) conversion (#2647) 5 years ago
Owen Diehl cb20afaa26
BatchIter edge cases (#2466) 5 years ago
Cyril Tovena 0be64fcb34
Improve metric queries by computing samples at the edges. (#2293) 5 years ago
Cyril Tovena c149099955
Fixes buffered iterator skipping very long lines. (#2306) 5 years ago
Cyril Tovena 6ab832b2ca
Cache overlapping blocks (#2239) 5 years ago
Cyril Tovena d08ceef16b
Fixes iterators boundaries. (#2136) 5 years ago
Ed Welch 0520a0ac1c
allow no encoding/compression on chunks (#2088) 5 years ago
Cyril Tovena a8b94aec3d
Reverse entry iterator pool (#2064) 5 years ago
Josh Soref 0d9cf4946a
Spelling (#2014) 5 years ago
Ed Welch 46cfdaede0
Add a missing method to facade which is called by the metrics storage client in cortex (#1987) 5 years ago
Aditya C S c0a28cbf30
Log error message for invalid checksum (#1713) 5 years ago
Ed Welch b5b3e78424
Loki Update the cut block size counter when creating a memchunk from byte slice (#1946) 5 years ago
Cyril Tovena 2a933b7bc3
Test stats memchunk (#1809) 5 years ago
johncming 13c9a864c6
pkg/chunkenc: fix leak of pool. (#1793) 5 years ago
Cyril Tovena d34b0a9d30
Regexp simplification (#1787) 5 years ago
Aditya C S f9ff2a4b02
Add goimport local-prefixes configuration to .golangci.yml (#1710) 5 years ago
Ed Welch 64798e2a98
tweaking the names a little per some discussions to make things easier to understand (#1582) 5 years ago
Cyril Tovena f1b8d4d8ad
Improve logql query statistics collection. (#1573) 5 years ago
Joe Elliott d3972852ee Minor typo fixes (#1545) 5 years ago
Cyril Tovena 33f70b70ce
Add duplicates info and remove timing informations. (#1496) 5 years ago
Owen Diehl 7cc93b2694 unifies reverse iterators (#1489) 5 years ago
Cyril Tovena be010f049d
Close iterator properly and check nil before releasing buffers. (#1480) 5 years ago
Cyril Tovena fb76416b27
Add decompression tracing instrumentation. (#1445) 6 years ago
Peter Štibraný 4381b28c80 pkg/chunkenc: BenchmarkRead focuses on reading chunks (#1423) 6 years ago
Peter Štibraný a2c2a90907 Lint: comments 6 years ago
Peter Štibraný 06007c0ad1 Renamed LZ4 -> Lz4 to make lint happy. 6 years ago
Peter Štibraný fb143fec02 Undo small change. 6 years ago
Peter Štibraný 9979321c2a Don't pool LZ4 readers that read big blocks. 6 years ago
Peter Štibraný b0a7cf8f9d Change default LZ4 buffer size to 64k. 6 years ago
Cyril Tovena 949126e75b Add a line limit in case a chunk is corrupted to avoid OOM. 6 years ago
Owen Diehl ccf9630c58 asserts encodings are nominally the same in chunks during roundtrips 6 years ago
Owen Diehl 245fe8e022 roundtrip v2 encoding tests 6 years ago
Cyril Tovena 549250c30d Sets the chunk encoding correctly when creating chunk from bytes. 6 years ago
Cyril Tovena 7654c27c12
Adds configurable compression algorithms for chunks (#1411) 6 years ago
Ed Welch 5aa82ba199
allow configuring a target chunk size in compressed bytes (#1406) 6 years ago
Cyril Tovena 27f17bc1de
Fixes linter warning from the yacc file. (#1328) 6 years ago
Joe Elliott 9f8eb8f452 Chunk iterator performance improvement (#1203) 6 years ago
Joe Elliott b835e2082a Fix Loki Chunks Dashboard (#1126) 6 years ago
Cyril Tovena a4070992d9 fix a bug where nil line buffer would be put back 6 years ago
Marco Pracucci c955702b32 Fixed out of order entries allowed in a chunk on edge case (#859) 6 years ago
Marco Pracucci 82a7eae2bc Removed unused (and skipped) TestGZIPCompression (#858) 6 years ago
Cyril Tovena 4d48972939 Query storage by iterating through chunks by batches. 6 years ago