Commit Graph

244 Commits (7245c6dc33c57cfcfbf3a14085b7c45d08fd15fb)

Author SHA1 Message Date
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 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 2962202ed3
fix windows tests (#469)
6 years ago
JoeWrightss cbfda5a801 Fixs typo: "compltely" to "completely" (#470)
6 years ago
Krasi Georgiev bac9cbed2e
no overlapping on compaction when an existing block is not within default boundaries. (#461)
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 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
Ganesh Vernekar 3a08a71d86 LabelNames() method to get all unique label names (#369)
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
Krasi Georgiev d804a27062
refactor util funcs to allow re-usage. (#419)
6 years ago
Krasi Georgiev 1dd9a6bd29
comments about the 120samples const and link to Gorilla papers. (#423)
6 years ago
Thomas Jackson b4132df5f7 Reduce allocations for queries on `HEAD` (#417)
6 years ago
Krasi Georgiev d7492b9350
more descriptive var names and some more logging. (#405)
6 years ago
Ganesh Vernekar 61b000ee0e
Fix review comments
6 years ago
Ganesh Vernekar 632dfb349e
Add new metrics.
6 years ago
Julius Volz 5ae6c60d39 Handle a bunch of unchecked errors (#365)
6 years ago
beorn7 3bc6c670fa Revert "Remove `prometheus_` prefix from metrics"
6 years ago
Chris Marchbanks a8966cb53d Fix race condition between gc and committing (#378)
6 years ago
beorn7 98fe30438c Remove `prometheus_` prefix from metrics
6 years ago
Ganesh Vernekar 2945db18ca Changes in series names (and types) exposed (#376)
6 years ago
Fabian Reinartz 76990518d3
Merge pull request #340 from prometheus/wal_migrate
6 years ago
Fabian Reinartz 45071c657c Properly initialize head time
6 years ago
Fabian Reinartz 1a5573b4ce Migrate write ahead log
6 years ago
Fabian Reinartz 3e76f0163e Address comments
6 years ago
Fabian Reinartz def912ce0e Integrate new WAL and checkpoints
6 years ago
codwu 667e539a7a Merge branch 'master' of https://github.com/prometheus/tsdb into tsdb-delete
6 years ago
Benoît Knecht 1e1b2e163d Make interval overlap comparisons more explicit
7 years ago
Fabian Reinartz ea607b9fc3 Log series on rollback
7 years ago
codwu 84a45cb79a add rwmutex to prevent concurrent map read when delete series
7 years ago
Goutham Veeramachaneni 90d55672d1
Merge pull request #286 from mattbostock/rename_high_timestamp
7 years ago
Matt Bostock 55ea5ae6b1 head: Rename highTimestamp to maxt
7 years ago
Simon Pasquier 79defa54df Fix crash when a series has no block
7 years ago
Matt Bostock bc97c6c6be Misc fixes (#285)
7 years ago
Matt Bostock 50211e89ad Fix typos in comments (#254)
7 years ago
Fabian Reinartz 67f0ca8f0e Move index and chunk encoders to own packages
7 years ago
Goutham Veeramachaneni 239cbae154
Merge pull request #228 from Gouthamve/not-matchers
7 years ago
Goutham Veeramachaneni 3158b03e6c Select series with label unset for != and !~
7 years ago
Goutham Veeramachaneni 05d62ca842 Make sure gc'ed chunks are handled properly
7 years ago
Fabian Reinartz f1512a368a Expose ChunkSeriesSet and lookups methods.
7 years ago
Fabian Reinartz 3ef4326114 Refactor tombstone reader types
7 years ago
Fabian Reinartz e5ce2bef43 Add explicit error to Querier.Select
7 years ago