Commit Graph

1042 Commits (e708ba1d14850379145a289bda553fc246219f5d)
 

Author SHA1 Message Date
Frederic Branczyk e708ba1d14
wal: Add `_total` suffix as metric is a counter
6 years ago
mrasu 3db36f021b Fix `make bench` (#610)
6 years ago
Frederic Branczyk b800a89ae3
Merge pull request #619 from prometheus/remove-promauto
6 years ago
Frederic Branczyk abd15845e2
wal: Replace promauto with injected registry
6 years ago
Krasi Georgiev 882162d5b9
fix the "failed compaction" metric. (#613)
6 years ago
naivewong 13c80a5979 Optimize queries using regex matchers for set lookups (#602)
6 years ago
Callum Styan 562e93e8e6 Always create a new clean segment when starting the WAL. (#608)
6 years ago
Krasi Georgiev d48a5e2d5c
Release 0.8.0 (#607)
6 years ago
Callum Styan bce663e1d9 Export the current segment index as a metic. (#601)
6 years ago
Krasi Georgiev 96a87845cc
fix wal panic when page flush fails. (#582)
6 years ago
Brian Brazil 30d0ea59d7 Don't crash on an unknown tombstone ref. (#604)
6 years ago
PrometheusBot 63d9c2ab18 makefile: update Makefile.common with newer version (#603)
6 years ago
Brian Brazil 89a90fe96c
Simplify mergedPostings.Seek (#595)
6 years ago
Brian Brazil 6ac81cc7a9
Correctly handle empty labels. (#594)
6 years ago
Goutham Veeramachaneni 2ae028114c
Add FromData function (again)! (#600)
6 years ago
PrometheusBot 4da65c46c9 makefile: update Makefile.common with newer version (#597)
6 years ago
zhulongcheng 3ccab17f5d docs: add label offset table and postings offset table (#593)
6 years ago
Krasi Georgiev 5512826f13
make Close methods for the querier safe to call more than once. (#581)
6 years ago
zhulongcheng 19d402d154 cleanup tmp files (#570)
6 years ago
Krasi Georgiev 288f67efbf
fix some unchecked errors and remove unused vars. (#592)
6 years ago
PrometheusBot a10c001689 Synchronize Makefile.common from prometheus/prometheus (#591)
6 years ago
Brian Brazil c20450564c
Release 0.7.1 (#587)
6 years ago
Brian Brazil f9bc0817a1
Avoid allocation in mergedPostings.Seek. (#586)
6 years ago
naivewong 7a12d4588a Avoid potential collision of createIdxChkReaders in querier_test.go (#585)
6 years ago
PrometheusBot e2c6eb2c60 Synchronize Makefile.common from prometheus/prometheus (#584)
6 years ago
Krasi Georgiev 4b3a5ac5d3
release 0.7.0 (#580)
6 years ago
Brian Brazil dfed85e4a4
Keep series that are still in WAL in checkpoints (#577)
6 years ago
Brian Brazil 259847a6b1
Be smarter in how we look at matchers. (#572)
6 years ago
naivewong 7ab060c864 selectOverlappingDirs selects wrong dirs where there are 2 disjoint sets of overlapping dirs
6 years ago
zhulongcheng 8b33ee9e2b force persisting the tombstone file (#578)
6 years ago
Pavel Borzenkov 520b1d858f index: add a test to trigger fd leak on corrupted index (#576)
6 years ago
Krasi Georgiev 8eeb70fee1
remove Fsync workaround for macos. (#574)
6 years ago
Pavel Borzenkov 4f204dcbc1 chunks: close all opened MmapFiles on NewDirReader error path (#575)
6 years ago
Krasi Georgiev e46ec89de6
use fsync to force persisting the meta file. (#573)
6 years ago
zhulongcheng aed16621c0 Add Head.compactable method (#542)
6 years ago
Vladimir Masarik fd188be052 Fixed default benchmark test path (#571)
6 years ago
Vishnunarayan K I 7757fe6f21 Added ability to create db with NopWal (#519)
6 years ago
zhulongcheng db9177de0c docs: add multi chunks layout in chunks readme file (#567)
6 years ago
zhulongcheng e11e01f68d Fix exported function comments (#566)
6 years ago
zhulongcheng 4d03c70800 Verify chunk format version (#544)
6 years ago
Bartek Płotka 3ab5f4e579 index: reduce empty postings trees (#509)
6 years ago
naivewong 1c392d0057 Update wal.md that the first wal entry includes only base id and timestamp without a value (#562)
6 years ago
zhulongcheng 837ae9aaa0 Update comment for ErrOutOfOrderSample (#563)
6 years ago
zhulongcheng 62cfe4446f Make Head.symbols map with size hint (#552)
6 years ago
zhulongcheng 921da4dced Remove unused statement from index test (#558)
6 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549)
6 years ago
naivewong dd0d3c6f02 Several small fixes (#550)
6 years ago
zhulongcheng 99703b3269 README: move the build badge to the badge list (#555)
6 years ago
zhulongcheng 95648b33c4 Fix a typo in head.go (#553)
6 years ago
zhulongcheng 8feb67e630 Update Appender.AddFast method comment (#551)
6 years ago