1008 Commits (5a9c4acfbf0936d399b48af731b797a7d3c28168)

Author SHA1 Message Date
Tobias Schmidt 7098c56474 Add remote read filter option 7 years ago
Tobias Schmidt 434f0374f7 Refactor remote storage querier handling 7 years ago
Tobias Schmidt 9b0091d487 Add storage.Queryable and storage.QueryableFunc 7 years ago
Julius Volz 9f10c63cff
Fix remote read labelset corruption (#3456) 7 years ago
Krasi Georgiev 5d8f93a22a now using only github.com/gogo/protobuf 7 years ago
Fabian Reinartz 30e777d10d tsdb: default too small max block duration 7 years ago
Tom Wilkie 48a7a00a38 Fast path the merge querier (#3358) 7 years ago
Tom Wilkie 0e572686db Revert "Bypass the fanout storage merging if no remote storage is configured." 7 years ago
Tom Wilkie 1af3ef431d s/TestRemoveLabels/TestSeriesSetFilter/ 7 years ago
Tom Wilkie 9c3c98e8de Revert "Port 'Don't disable HTTP keep-alives for remote storage connections.' to 2.0 (see #3173)" 7 years ago
Tom Wilkie 746752b946 Merge external labels in order. 7 years ago
Tom Wilkie 6e4d4ea402 Initialise some counters in remote storage API. 7 years ago
Tom Wilkie 2ae04d0e79 Add license header. 7 years ago
Tom Wilkie e8c264e47a Add comment. 7 years ago
Tom Wilkie ee011d906d Port remote read server to 2.0. 7 years ago
Bryan Boreham 0997191b18 Port 'Don't disable HTTP keep-alives for remote storage connections.' to 2.0 (see #3173) 7 years ago
Tom Wilkie 56820726fa Move a couple of the encoding/decoding functions into codec.go 7 years ago
Conor Broderick 08b7328669 Port Metric name validation to 2.0 (see #2975) 7 years ago
Tom Wilkie 8fe0212ff7 Port 'Make queue manager configurable.' to 2.0, see #2991 7 years ago
Tom Wilkie 3760f56c0c remote: Expose ClientConfig type (see #3165) 7 years ago
Tom Wilkie 16f71a7723 Port codec.go over form 1.8 branch. 7 years ago
Paul Gier c4c3205d76 storage/tsdb: check that max block duration is larger than min 7 years ago
Thibault Chataigner fc4406201e Tsdb StartTime : Use a simplier way to compute StartTime 7 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 7 years ago
Tom Wilkie 4bbef0ec30 Bypass the fanout storage merging if no remote storage is configured. 7 years ago
Fabian Reinartz a57ea79660 Close index reader properly 7 years ago
Julius Volz c3d6abc8e6 Fix some lint errors (#3334) 7 years ago
Julius Volz 2846d62573 Fix staticcheck issue in test (#3331) 7 years ago
Brian Brazil 4a50f547c8 removeLabels needs a pointer to work. (#3326) 7 years ago
Thibault Chataigner bf4a279a91 Remote storage reads based on oldest timestamp in primary storage (#3129) 7 years ago
Julius Volz 9ef8518b37 Remove "package remote" garbage from license headers (#3304) 7 years ago
Tobias Schmidt 721050c6cb Update prometheus/tsdb dependency 7 years ago
Julius Volz 33c1171b9c Don't add anchoring to exported `Value` matcher field 7 years ago
Brian Brazil 73dc96e7f5 Fix leak of ticker in remote storage queue manager. 7 years ago
Brian Brazil ee88f0d222 Ensure all values are used or _ 7 years ago
Brian Brazil 37ec2d5283 Fix off by one error in concreteSeriesSet (#3262) 7 years ago
beorn7 2fad91d25a Avoid blocking in the logThrottling loop 7 years ago
Marc Sluiter 6a633eece1 Added go-conntrack for monitoring http connections (#3241) 7 years ago
Alexander Morozov 7e814ada72 [storage/local] fix timer.Reset usage 7 years ago
Bryan Boreham a03193232a Don't disable HTTP keep-alives for remote storage connections. (#3173) 7 years ago
Julius Volz f7e8348a88 Re-add contexts to storage.Storage.Querier() (#3230) 7 years ago
Fabian Reinartz 7b02bfee0a web: start web handler while TSDB is starting up 7 years ago
Tom Wilkie 758d64ffd9 s/EncodReadResponse/EncodeReadResponse/ 7 years ago
Tom Wilkie febed48703 Implement remote read server in Prometheus. 7 years ago
Julius Volz 8ebeed0b44 remote: Expose ClientConfig type (#3165) 7 years ago
Tom Wilkie 4f8efdbd59 Prevent number of remote write shards from going negative. 7 years ago
Bryan Boreham 9d6b945e41 Default HTTP keep-alive ON for remote read/write 7 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 7 years ago
Fabian Reinartz 0efecea6d4 Adapt storage APIs to uint64 references 7 years ago
wangguoliang 7e6c6020ff should use time.Since instead of time.Now().Sub 7 years ago