Commit Graph

891 Commits (eb6586f51332a552d0040130f4298421f8080dc1)
 

Author SHA1 Message Date
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
Krasi Georgiev e4843938ba
add missing zero to tombstone magic number (#448)
6 years ago
Krasi Georgiev a9470dd8d5
few more comments to explain the WAL workflow (#430)
6 years ago
Ganesh Vernekar 3a08a71d86 LabelNames() method to get all unique label names (#369)
6 years ago
Ganesh Vernekar a95323c021 Add license headers to missing files (#447)
6 years ago
Brian Brazil c7e7fd355e Only send WAL read workers the samples they need.
6 years ago
Brian Brazil a64b0d51c4 Precalculate memSeries.head
6 years ago
Brian Brazil d8c8e4e6e4 Keep local cache of ids.
6 years ago
Brian Brazil f0e79ec264 Actually reuse samples in loadWAL across records.
6 years ago
Ye Ben 23a5f09085 fix a typo dont -> dont't (#438)
6 years ago
Krasi Georgiev ae91febcbb
Update the files format README.md (#437)
6 years ago
Krasi Georgiev d804a27062
refactor util funcs to allow re-usage. (#419)
6 years ago
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428)
6 years ago