Commit Graph

24 Commits (6ca5b9cd40c5bd4e64fe3b281463a73f1035141b)

Author SHA1 Message Date
George Krajcsovits 00ab05c3b9
Native histograms: fix spurios counter reset when merging recoded chunk to normal chunk (#14513)
4 months ago
Jeanette Tan 9adc1699c3 fix according to code review
6 months ago
György Krajcsovits bcafa5f1f9 Merge remote-tracking branch 'upstream/main' into update-nhcb
7 months ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905)
8 months ago
George Krajcsovits 4eab18abd6
[nhcb branch] Use single bit to differentiate between optimized bounds and floats (#13828)
8 months ago
zenador 4acbb7dea6
Add custom buckets to native histogram chunks encoding (#13706)
8 months ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments
1 year ago
György Krajcsovits b2fa4d910a Fix more counterResetInAnyBucket edgecases
1 year ago
György Krajcsovits c6618729c9 Fix HistogramAppender.Appendable array out of bound error
2 years ago
beorn7 1cfc8f65a3 histograms: Return actually useful counter reset hints
2 years ago
beorn7 57c18420ab histograms: General readability tweaks
2 years ago
beorn7 6dcd03dbf3 tsdb: Add integer gauge histogram support
2 years ago
Ganesh Vernekar 8ad0d2d5d7
tsdb: Find union of two sets of histogram spans
2 years ago
Ganesh Vernekar d7f5129042
tsdb: Add logic to determine appendable gauge float histograms
2 years ago
Ganesh Vernekar 6fd89a6fd2
Add chunk encoding for float histogram (#11716)
2 years ago
Signed-off-by: Jesus Vazquez 3362bf6d79
Fix merge conflicts
2 years ago
beorn7 0876d57aea chunkenc: Add test for chunk layout encoding
3 years ago
beorn7 ad9b4c2b68 Fix typos
3 years ago
beorn7 d31bb75dc4 Use VarbitUint rather than VarbitInt to encode len(spans)
3 years ago
beorn7 3179215a59 Encode zero threshold first
3 years ago
beorn7 c5522677bf Improve encoding of zero threshold
3 years ago
beorn7 7093b089f2 Use more varbit in histogram chunks
3 years ago
Ganesh Vernekar dcaf568279
Metadata -> Layout renaming
3 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far
3 years ago