Commit Graph

451 Commits (8209e3ec23189441ec119adf2b04be106cdb7b6b)
 

Author SHA1 Message Date
Fabian Reinartz 8209e3ec23 Add various metrics
7 years ago
Fabian Reinartz 3901b6e70b Remove multiple heads
7 years ago
Fabian Reinartz 0fe67df9f2 Merge pull request #135 from alin-amana/fix_eval_blocking_on_fsync
7 years ago
Alin Sinpalean 8f7934d025 Take the fdatasync() syscall out from under mutex lock to (mostly) avoid scrape and eval from blocking on disk I/O.
7 years ago
Fabian Reinartz 215a856f34 Just check for general error in WAL test
7 years ago
Fabian Reinartz 1b86bbb48a Merge pull request #130 from mdlayher/crc32-once
7 years ago
Matt Layher 78b15c3434
Add newCRC32 function to simplify hash initialization
7 years ago
Goutham Veeramachaneni e2e2947ee8 Merge pull request #128 from Gouthamve/expose-types
7 years ago
Goutham Veeramachaneni c463b0c8c8
Expose NewMergedSeriesSet for merging SeriesSets
7 years ago
Goutham Veeramachaneni 5b242f35ba Expose a Querier with manually passed in readers.
7 years ago
Goutham Veeramachaneni 7438ed7035 Expose Intervals type for use by TombstoneReader.
7 years ago
Goutham Veeramachaneni 79dc0ed420 Merge pull request #126 from ankon/pr/issue-125
7 years ago
Andreas Kohn 4003da0fdd
Log the directory when the WAL cannot be opened
7 years ago
Fabian Reinartz c4ca881685 Merge pull request #120 from Gouthamve/fix-0-division
7 years ago
Goutham Veeramachaneni 178f840295 Fix panic caused by 0 division
7 years ago
Fabian Reinartz e0aca4bee9 Merge pull request #119 from prometheus/allocsave
7 years ago
Fabian Reinartz f9f439c6db Merge pull request #118 from prometheus/allocsave2
7 years ago
Fabian Reinartz 912302877b Merge pull request #116 from prometheus/allocsave
7 years ago
Fabian Reinartz 905af27cf9 Refactor compactor
7 years ago
Fabian Reinartz 66ff7b12e9 Pool Chunk objects during compaction
7 years ago
Fabian Reinartz 2644c8665c Don't allocate ChunkMetas, reuse postings slices
7 years ago
Fabian Reinartz 96d7f540d4 Persist series without allocating the full set
7 years ago
Fabian Reinartz 1875d05e00 Merge pull request #115 from prometheus/compactionfix
7 years ago
Fabian Reinartz 3951d8cc29 Fix selection of compactable blocks
7 years ago
Fabian Reinartz fa04455cd7 Properly detect compactable heads
7 years ago
Julius Volz 15baaa5677 Merge pull request #112 from joehandzik/patch-3
7 years ago
Joe Handzik e6cb86c029 Fix typo in index.md
7 years ago
Goutham Veeramachaneni 1373a0ea9f Merge pull request #111 from dilyevsky/add-prefix-matcher
7 years ago
Dmitry Ilyevsky 37194b7a30 Add prefix label matcher.
7 years ago
Goutham Veeramachaneni 1378338aab Merge pull request #110 from WJTian/master
7 years ago
tianwenjie01 b64054365d Fix DefaultOptions
7 years ago
Fabian Reinartz 8d3a398113 Merge pull request #109 from prometheus/fixes
7 years ago
Fabian Reinartz 74f67e8271 Fix compacting disable/enable
7 years ago
Fabian Reinartz 3065be97d8 Fix and document locking order for DB
7 years ago
Fabian Reinartz 47afc8e00f Reduce test timeout on Travis
7 years ago
Fabian Reinartz 9c4235532e Fix compaction selection after creating new heads
7 years ago
Fabian Reinartz 5d7b5994d6 Fix compaction range selection
7 years ago
Goutham Veeramachaneni 3c22488157 Merge pull request #108 from Gouthamve/compact-large-dels-2
7 years ago
Goutham Veeramachaneni 401bdfd4a6 Make Chunks return the number of samples inside
7 years ago
Goutham Veeramachaneni 1263a68875 Recompact blocks with large number of tombstones
7 years ago
Goutham Veeramachaneni 7b9c536883 Merge pull request #103 from Gouthamve/block-ranges
7 years ago
Goutham Veeramachaneni 9a2ab732b5 Choose ranges by retention and min-block-duration
7 years ago
Goutham Veeramachaneni 969c407335 Merge pull request #106 from Gouthamve/snapshot-time
7 years ago
Goutham Veeramachaneni f1ae239c20 Persist the right MaxTime when snapshotting
7 years ago
Goutham Veeramachaneni ce23adb579 Initial compaction implementation for block-ranges
7 years ago
Fabian Reinartz bc3fee4820 Add benchmark for mergedSeriesSet
8 years ago
Fabian Reinartz d492bfd973 Merge pull request #101 from prometheus/chunkit
8 years ago
Fabian Reinartz 344a50b9d8 Merge pull request #100 from prometheus/fullness
8 years ago
Fabian Reinartz bda3ed20ac Fix omitting of chunk on Seek()
8 years ago
Fabian Reinartz 1e74c155eb Return empty string to signal non-caching
8 years ago