654 Commits (0a4d31477a75ff229ddfd95f610919c493a5a9c7)

Author SHA1 Message Date
Julius Volz 963ad82dcb Fix "go vet" errors. 9 years ago
Fabian Reinartz d6b8da8d43 Switch promql types to common/model 9 years ago
Fabian Reinartz e061595352 Move COWMetric into storage/metric package 9 years ago
Brian Brazil a09d896cbf Do a make format run 9 years ago
Brian Brazil fdf0d0642e Cast value to float, as that's what the console templates expect. 9 years ago
Fabian Reinartz 1535ef1457 Replace metric.SamplePair with model.SamplePair 9 years ago
Fabian Reinartz c9d396f476 Replace metric.LabelPair with model.LabelPair 9 years ago
Fabian Reinartz 438e232c9b Fix grouping of import blocks 9 years ago
Fabian Reinartz 306e8468a0 Switch from client_golang/model to common/model 9 years ago
Julius Volz f65ef1ed10 Fix wording in shutdown warning. 9 years ago
Brian Brazil 0ec71442cd Storage: Tell users how to avoid crash recovery. 9 years ago
Laurie Malau 20ad403587 Don't warn/increment metric upon equal timestamps during append. 9 years ago
Will Rouesnel 7810448dbe Add proxy_url parameter to allow specifying per-job HTTP proxy servers 9 years ago
Julius Volz 517badc21d Only do regex lookups when there was no equality match. 9 years ago
beorn7 699946bf32 Fix chunk desc loading. 9 years ago
beorn7 4203849c92 Test chunkDesc eviction and loading 9 years ago
beorn7 37e12df9ff Improve TestAppendOutOfOrder 9 years ago
beorn7 502aa9ded5 Use Has instead of Get for existence test. 9 years ago
beorn7 ff08f0b6fe storage: ensure timestamp monotonicity within series. 9 years ago
Julius Volz acbc2b8cb6 storage: Fix float->uint conversions on some compilers. 10 years ago
Fabian Reinartz 23e77450ff main: cleanup initialization of remote storage. 10 years ago
beorn7 8c196c1028 Minor doc fixes. 10 years ago
Fabian Reinartz 6bfb4549a6 storage: add LastSamplePairForFingerprint method 10 years ago
Fabian Reinartz dc7d27ab9a retrieval: add honor label handling and parametrized querying. 10 years ago
beorn7 9016917d1c Increment dirty counter only if setDirty(true) is called. 10 years ago
Fabian Reinartz 5b91ea9b36 storage: improve label matching and allow unset matching. 10 years ago
Fabian Reinartz 46df1fd5ea storage/local: add benchmark for label matching. 10 years ago
Fabian Reinartz b105e26f4d storage: remove global flags 10 years ago
Fabian Reinartz 5c6c0e2faa Add storage method to delete time series 10 years ago
Fabian Reinartz 0de6edbdfc Move pkg/ to util/ 10 years ago
Fabian Reinartz dfaf31a1da Move web/httputils to pkg/httputil and add DeadlineClient to it 10 years ago
Fabian Reinartz 2317b001d0 Move flock package to pkg/flock 10 years ago
Fabian Reinartz 3c8fbf1e15 Move test package to pkg/testutil 10 years ago
Fabian Reinartz aff01e29c3 Limit retrievable samples to retention window. 10 years ago
Fabian Reinartz 6e319532cf Read from indexing queue during crash recovery. 10 years ago
beorn7 dbcb3d9333 Use an RW lock to checkpoint fingerprint mappings. 10 years ago
beorn7 3b9ab546e6 Add metrics to count inconsistencies and fp collisions. 10 years ago
Fabian Reinartz 112a778922 Align int64s for atomic operations 10 years ago
beorn7 3b9c421a69 Weed out all the [Gg]et* method names. 10 years ago
Julius Volz 267fd34156 Switch Prometheus to use github.com/prometheus/log. 10 years ago
beorn7 81b190bf45 Remove locking from series iterator. Cache chunk iterators. 10 years ago
beorn7 cd5574bf8a Make chunk and series iterators more efficient. 10 years ago
beorn7 f79c694be5 Add benchmarks for series iterator methods. 10 years ago
Fabian Reinartz f59a449a24 Fix storage test 10 years ago
Fabian Reinartz d8440d75f1 Do not start storage processing before Start() is called. 10 years ago
beorn7 d1a93655a1 Fix typo. 10 years ago
beorn7 7c6466d476 Reserve only ~1M FPs for the mapping. 10 years ago
beorn7 ac75dc2812 Avoid archive lookup for known mapped FPs. 10 years ago
beorn7 ed810b45bf Improvements after review. 10 years ago
beorn7 c36e0e05f1 Add crash recovery of fingerprint mappings. 10 years ago