Commit Graph

144 Commits (bwplotka-patch-2)

Author SHA1 Message Date
Charles Korn 96adc410ba
tsdb/chunkenc: don't reuse custom value slices between histograms 1 year ago
Fiona Liao c599d37668
Always return unknown hint for first sample in non-gauge histogram chunk (#15343) 1 year ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter 1 year ago
Bryan Boreham e8c2d916ec lint 1 year ago
Bryan Boreham 648a668835 [PERF] Chunk encoding: combine timestamp writes 1 year ago
Bryan Boreham b9a9689aae [PERF] Chunk encoding: simplify writeByte 1 year ago
Bryan Boreham b65f1b6560 TSDB: Improve xor-chunk benchmarks 1 year ago
Antoine Pultier d90d0976b5
fix(bstream/writeByte): ensure it appends only one byte (#14854) 1 year ago
Nathan Baulch 50cd453c8f
chore: Fix typos (#14868) 1 year ago
Joshua Hesketh f2064c7987
NH: Do not re-use spans between histograms (#14771) 1 year ago
György Krajcsovits a693dd19f2 Fix: chunkenc.MockSeriesIterator 1 year ago
György Krajcsovits 98ecdf3589 Fix corrupting spans via iterator sharing 1 year ago
György Krajcsovits d2f6fa7289 Fix lint error 1 year ago
György Krajcsovits 1b6d1366d8 Fix re-code histogram and chunk re-code conflict 1 year ago
György Krajcsovits aff089a014 Reproduce recoding bug with new and missing buckets 1 year ago
George Krajcsovits 00ab05c3b9
Native histograms: fix spurios counter reset when merging recoded chunk to normal chunk (#14513) 1 year ago
Arve Knudsen e410a215fb Fix a couple of comments 2 years ago
Jeanette Tan 9adc1699c3 fix according to code review 2 years ago
Arve Knudsen d699dc3c77
Fix language in docs and comments (#14041) 2 years ago
Arve Knudsen 108a6bc9f6 tsdb/chunkenc.Pool: Refactor Get and Put 2 years ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905) 2 years ago
George Krajcsovits 4eab18abd6
[nhcb branch] Use single bit to differentiate between optimized bounds and floats (#13828) 2 years ago
zenador 4acbb7dea6
Add custom buckets to native histogram chunks encoding (#13706) 2 years ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340) 2 years ago
Matthieu MOREL 8f6cf3aabb tsdb: use Go standard errors 2 years ago
Filip Petkovski 10a82f87fd
Enable reusing memory when converting between histogram types 2 years ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 2 years ago
Fiona Liao b8bcaef14d
Fix histogram append errors (#13201) 2 years ago
Fiona Liao 5bee0cfce2
Change `ChunkReader.Chunk()` to `ChunkOrIterable()` 2 years ago
Matthieu MOREL b60f9f801e tsdb/chunkenc: use Go standard errors package 2 years ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments 2 years ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926) 2 years ago
György Krajcsovits b2fa4d910a Fix more counterResetInAnyBucket edgecases 2 years ago
George Krajcsovits b6f903b5f9
Fix handling of explicit counter reset header in histograms. (#12772) 2 years ago
Justin Lei 8ef7dfdeeb
Add a chunk size limit in bytes (#12054) 2 years ago
Oleg Zaytsev c810e7cae3
Fix typo in Appender.AppendHistogram() arg name 2 years ago
George Krajcsovits 6cd2d1621f
Hide histogram chunk append and reset header internals (#12352) 2 years ago
György Krajcsovits c6618729c9 Fix HistogramAppender.Appendable array out of bound error 3 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 3 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 3 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 3 years ago
Justin Lei 83f43982c9 Add support for native histograms to concreteSeriesIterator 3 years ago
Abhijit Mukherjee 8f6d5dcd45
Fix: getting rid of EncOOOXOR chunk encoding (#12111) 3 years ago
beorn7 1cfc8f65a3 histograms: Return actually useful counter reset hints 3 years ago
beorn7 57c18420ab histograms: General readability tweaks 3 years ago
Mingjie Shao 78d3c4e823 tsdb: Fixed typo in Histogram 3 years ago
beorn7 6dcd03dbf3 tsdb: Add integer gauge histogram support 3 years ago
Ganesh Vernekar 3c2ea91a83
tsdb: Test gauge float histograms 3 years ago
Ganesh Vernekar 609b12d719
tsdb: Support gauge float histogram with recoding of chunk 3 years ago
Ganesh Vernekar 8ad0d2d5d7
tsdb: Find union of two sets of histogram spans 3 years ago