728 Commits (59176e5a97c2a4886bbb1198eaa0728c69bccb2b)

Author SHA1 Message Date
Ganesh Vernekar d0a6488c74
Update metrics for histograms 2 years ago
Bryan Boreham 9b31adc4e8
tsdb: fix up sort call with faster slices.Sort (#11380) 2 years ago
Bryan Boreham 3330d85ba8
Replace sort.Strings and sort.Ints with faster slices.Sort (#11318) 2 years ago
Bryan Boreham 7f2374b703
tsdb: faster postings sort with generic slices.Sort (#11054) 2 years ago
Ganesh Vernekar 83d738e263
Fix 'invalid magic number 0' bug (#11338) 2 years ago
Ganesh Vernekar f34aeefe6e
Allow overlapping blocks by default (#11331) 2 years ago
Robert Fratto 448cfda6c1
tsdb/agent: fix validation of default options (#9876) 2 years ago
Bryan Boreham d166da7b59
tsdb: stop saving a copy of last 4 samples in memSeries (#11296) 2 years ago
Bryan Boreham ff00dee262
tsdb: turn off transaction isolation for head compaction (#11317) 2 years ago
Bryan Boreham d0607435a2
tsdb: remove chunkRange and oooCapMax from memSeries (#11288) 2 years ago
Ganesh Vernekar 758e29258b
Add/Improve unit tests for compaction with histogram Part 2 (#11343) 2 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 2 years ago
Bryan Boreham af6167df58
WAL loading: don't send empty buffers over chan (#11319) 2 years ago
Ganesh Vernekar 2474c6fb2c
Error on amending histograms on append (#11308) 2 years ago
Bryan Boreham d2701be53a
tsdb: remove chunk pool from memSeries (#11280) 2 years ago
Björn Rabenstein 7ad36505d5
tsdb: Update comment about a possible space optimization (#11303) 2 years ago
Bryan Boreham e49d596fb1
WAL loading: check sample time is valid earlier (#11307) 2 years ago
Ganesh Vernekar d354f20c2a
Add a feature flag to control native histogram ingestion (#11253) 2 years ago
Ganesh Vernekar 83e11014dd
Remove unnecessary tsdb/tsdbutil/buffer.go (#11302) 2 years ago
Ganesh Vernekar b2d01cbc57
Remove unnecessary code in encoding/decoding histograms (#11252) 2 years ago
Bryan Boreham 136f8b0ebb
tsdb: comment reason for isolation tracking reads (#11301) 2 years ago
Bryan Boreham 176fa38e76 tsdb: in tests use labels.FromStrings 2 years ago
Bryan Boreham 0437dd7cee tsdb/wal: in tests use labels.FromStrings 2 years ago
Julien Pivotto ec6c1f17d1
Update dependencies (#11287) 2 years ago
Julien Pivotto 96d5a32659
Update go to 1.19, set min version to 1.18 (#11279) 2 years ago
Ganesh Vernekar 8f755f8f35
Extend createHead in tests to support histograms 2 years ago
Ganesh Vernekar f540c1dbd3
Add support for histograms in WAL checkpointing (#11210) 2 years ago
Ganesh Vernekar 6383994f3e
Improve WAL/mmap chunks test for histograms (#11208) 2 years ago
Ganesh Vernekar d209a29a5b
Add unit test for histogram append and various querying scenarios (#11194) 2 years ago
Abirdcfly 314aa45c2c
chore: remove duplicate word in comments (#11225) 2 years ago
Ganesh Vernekar 0f4e5196c4
Implement vertical compaction for native histograms (#11184) 2 years ago
Xiaochao Dong 09187fb0cc
Replay WAL concurrently without blocking (#10973) 2 years ago
Łukasz Mierzwa 3196c98bc2
Reduce memSeries memory usage by decoupling metadata (#11152) 2 years ago
Xiaochao Dong 1078081aec
Fix race condition when updating lastSeriesID during loading chunk snapshot (#11099) 2 years ago
Levi Harrison 77a7af4461
Add histogram validation (#11052) 2 years ago
Levi Harrison cb8582637a
Implement rollback for histograms (#11071) 2 years ago
Bryan Boreham 00ec720c29
tsdb: extract functions to encode and decode labels (#11045) 2 years ago
Paschalis Tsilias a0f7c31c26
Fix type byte of WAL metadata records in docs (#11035) 2 years ago
Paschalis Tsilias d1122e0743
Introduce TSDB changes for appending metadata to the WAL (#10972) 2 years ago
ZhangJian He 95b7d058ac
Fix markdown syntax in tsdb index.md (#11032) 2 years ago
Levi Harrison 3d538351f6
Recognize exemplar record type in WAL watcher metrics (#11008) 2 years ago
Levi Harrison 08f3ddb864
Sparse histogram remote-write support (#11001) 2 years ago
beorn7 5d14046d28 tsdb: Fix chunk handling during appendHistogram 2 years ago
beorn7 642c5758ff tsdb: Expose histogram append bug 2 years ago
beorn7 49be0784b4 tsdb: Fix chunk handling during histogram recoding 2 years ago
Jesus Vazquez 6cfe44d7fd
WaitUntilIdle optimize idling time (#10878) 2 years ago
Peter Štibraný ffc60d8397
Reduce chunk write queue memory usage 2 (#10874) 2 years ago
Xiaochao Dong (@damnever) 6b042da2d8 Fix panic if series is not found when deleting series 2 years ago
Steve Azzopardi 04fe2c9522
fix(tsdb): inc mmap corruption counter on mmap out of sequence error (#10406) 2 years ago
Peter Štibraný 03a2313f7a
Reduce chunk write queue memory usage (#10873) 2 years ago