Commit Graph

903 Commits (cc277e398b479bdb601e17e439bad11901824aa3)
 

Author SHA1 Message Date
Krasi Georgiev cc277e398b
fix the refs logic for the addFast path for createBlock (#504)
6 years ago
Krasi Georgiev 10ba228e6b
release 0.4.0 (#501)
6 years ago
Ganesh Vernekar 1a9d08adc5 Don't write empty blocks (#374)
6 years ago
Callum Styan 3929359302
add live reader for WAL (#481)
6 years ago
mknapphrt ebf5d74325 Added storage size based retention method and new metrics (#343)
6 years ago
naivewong bff5aa4d21 Missing the len of crc32 when calculating maxLen in WriteChunks (#494)
6 years ago
Ye Ben a360aa3e86 change variable name metrics to labels (#496)
6 years ago
Bartek Płotka c065fa6957 Exposed helper methods for reading index bytes. (#492)
6 years ago
Krasi Georgiev 8d991bdc1e
Delete temp checkpoint folder on error. (#415)
6 years ago
Brian Brazil 296f943ec4
More efficient Merge implementation. (#486)
6 years ago
Brian Brazil b2d7bbd6b1
Move series fetches out of inner loop of SortedPostings. (#485)
6 years ago
Krasi Georgiev 48c439d26d
fix statick check errors (#475)
6 years ago
Krasi Georgiev eb6586f513
rename createPopulatedBlock to createBlock and use it instead ot createEmptyBlock (#488)
6 years ago
Krasi Georgiev a90a7195d4
createPopulatedBlock returns the block dir instead of the block (#487)
6 years ago
Krasi Georgiev 090b6852e1
remove unused `PrefixMatcher` (#474)
6 years ago
Krasi Georgiev 2e0571caba
remove unused WALFlushInterval option and NopWAL struct (#468)
6 years ago
Brian Brazil 915d7cf937
Add a tsdbutil command to analyse churn etc. (#478)
6 years ago
Krasi Georgiev 6d489a1004
fix TestWALSegmentSizeOption for windows. (#482)
6 years ago
glutamatt 22e3aeb107 Add WALSegmentSize as an option of tsdb creation (#450)
6 years ago
Krasi Georgiev 520ab7dc53
re-add the missing prometheus_tsdb_wal_corruptions_total (#473)
6 years ago
Krasi Georgiev 79869d9a4d
fix race for minValidTime (#479)
6 years ago
Krasi Georgiev 79aa611d56
release 0.3.1 (#477)
6 years ago
Krasi Georgiev fd24a1c1a8
re add the missing check_license test (#476)
6 years ago
Krasi Georgiev 2962202ed3
fix windows tests (#469)
6 years ago
Krasi Georgiev a2779cc901
fix flaky tests: TestDisableAutoCompactions,TestBlockRanges (#472)
6 years ago
JoeWrightss cbfda5a801 Fixs typo: "compltely" to "completely" (#470)
6 years ago
JoeWrightss c8c03ff85b fix some typos (#466)
6 years ago
Krasi Georgiev b4a2103a12
Release v0.3.0 (#464)
6 years ago
Krasi Georgiev bac9cbed2e
no overlapping on compaction when an existing block is not within default boundaries. (#461)
6 years ago
JoeWrightss 83a4ef1382 Typo fixed: "inlcuding" -> "including" (#462)
6 years ago
Krasi Georgiev 01e8296ee1
remove opaque metrics (#457)
6 years ago
Krasi Georgiev 48efdf8b81
refactor NewSegmentsRangeReader to take multi WAL ranges (#449)
6 years ago
Krasi Georgiev 0493efb7c5
repair wal when the record cannot be decoded (#453)
6 years ago
Krasi Georgiev 24520727a4
return an error when the last wal segment record is torn. (#451)
6 years ago
Simon Pasquier fb32ef6000
Use Go modules (#454)
6 years ago
Brian Brazil d50b9a5619
Reload after reading the WAL. (#460)
6 years ago
Brian Brazil 407e12d051 Make MemPostings nested.
6 years ago
Brian Brazil fc99b8bb3a Make index reader postings nested.
6 years ago
Brian Brazil c93e261466 Reduce memory taken up by posting/symbol tables.
6 years ago
Tom Wilkie 88ebd749dd Make newBReader return a struct, not a pointer. (#459)
6 years ago
Krasi Georgiev b75d702ceb
fix flaky compaction test (#458)
6 years ago
Krasi Georgiev 7f00217d77
Allow manual compaction for tests when compaction is disabled globally. (#412)
6 years ago
Ganesh Vernekar 7f30395115 LabelNames() for Querier (#455)
6 years ago
Brian Brazil 41b54585d9
Use already open blocks while compacting. (#441)
6 years ago
Krasi Georgiev 3385571ddf
buffer-panic when reading a record after recPageTerm (#429)
6 years ago
Krasi Georgiev 5a9ddeecef
fix lint errors (#439)
6 years ago
Brian Brazil 910f3021b0
Use sampleBuf instead of maintaining lastValue. (#444)
6 years ago
Brian Brazil 10632217ce
Merge pull request #440 from prometheus/wal-reading
6 years ago
nilsocket 80981a6aac FromMap(), sorts and returns instead of calling New() (#433)
6 years ago
Alin Sinpalean 171fc4ab5d Limit the returned db.Querier to the requested time range (#351)
6 years ago