549 Commits (122d73858db7b15aa7857c9bb8a5112643a53feb)

Author SHA1 Message Date
beorn7 3f4d22e4c7 Update doc comment 9 years ago
beorn7 add2ebdd56 Tolerate the lost+found directory in the data directory 9 years ago
beorn7 cb117d8346 Add a series ops metric "purge_on_request" 9 years ago
beorn7 4221c7de5c Improve handling of series file truncation 9 years ago
Corentin Chary 7b6c3e556c Use '.' instead of '=' to separate labels from their values in Graphite 9 years ago
Corentin Chary a2e4439086 Add support for remote storage on Graphite 9 years ago
Fabian Reinartz 33aab4169c Anchor regexes in vector matching 9 years ago
Fabian Reinartz e3b6ec9784 Switch to common/log 9 years ago
Julius Volz dac26cef71 Rename global "labels" config option to "external_labels". 9 years ago
Julius Volz eeb1da36ac Fix InfluxDB write support to work with InfluxDB 0.9.x. 9 years ago
Julius Volz 5f77fce578 Improve remote storage queue manager metrics. 9 years ago
beorn7 22d3a4311a Increase waiting time in TestEvictAndLoadChunkDescs 9 years ago
Julius Volz af513468eb Fix some dead code, missing error checks, shadowings. 9 years ago
beorn7 daeccdd0e9 Fix DropMetricsForFingerprints 9 years ago
Julius Volz 6774a73878 Fix error checking and logging around checkpointing. 9 years ago
Julius Volz 011faf9057 Fix typo in comment. 9 years ago
Fabian Reinartz 8fa719f778 Attach global labels to remote storage samples 9 years ago
Dieter Plaetinck e1dacc56e6 fix comment. 9 years ago
Julius Volz 995d3b831d Fix most golint warnings. 9 years ago
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