1065 Commits (348ff4285ffa59907c9d7fd7eb3cb7d748f42758)

Author SHA1 Message Date
Romain Baugue f2ca36e56a Exhaust every request body before closing it (#5166) (#5479) 6 years ago
Callum Styan 3639d51eb6 Remote Storage: string interner should not panic in release (#5487) 6 years ago
Callum Styan e87449b59d Remote Write: Queue Manager specific metrics shouldn't exist if the queue no longer exists (#5445) 6 years ago
Callum Styan b7538e7b49 Don't stop, recreate, and start remote storage QueueManagers if the (#5485) 6 years ago
Romain Baugue 95193fa027 Exhaust every request body before closing it (#5166) (#5479) 6 years ago
Vasily Sliouniaev ef19ede14a Prevent reshard concurrent with calling stop (#5460) 6 years ago
Vasily Sliouniaev 5be9a1426f Prevent reshard concurrent with calling stop (#5460) 6 years ago
Callum Styan c2b88992a3 Remote Write: fix checkpoint reading (#5429) 6 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 6 years ago
Tom Wilkie 807fd33ecc Review feedback. 6 years ago
Callum Styan 1a7923dde3 Add ref counting to string interning so we can remove 6 years ago
Tom Wilkie cbf5f13285 Naive string iterning for labes & values in the remote_write path. 6 years ago
Tom Wilkie c7b3535997 Use pkg/relabelling in remote write. 6 years ago
Tom Wilkie 2fa93595d6
More WAL remote_write tweaks. (#5300) 6 years ago
Krasi Georgiev 1684dc750a
updated tsdb to 0.6.0 (#5292) 6 years ago
Tariq Ibrahim 1adb91738d fix typo in recordType method of wal_watcher.go (#5297) 6 years ago
Tariq Ibrahim ab8e9b7423 fix typo in queue_manager.go comment (#5294) 6 years ago
Tom Wilkie 67da8e7b46
Refactor and fix queue resharding (#5286) 6 years ago
Callum Styan b8106dd459 Review feedback: 6 years ago
Callum Styan 512f549064 Refactor: inline decodeRecord in readSegment and don't bother decoding samples records if we're not tailing the segment, add a benchmark test and fix some other tests 6 years ago
Tom Wilkie f795942572 Decrement pending sample when queue exits. 6 years ago
Tom Wilkie ee7efa93fe Fix some tests. 6 years ago
Callum Styan b69bdfb4d1 Store the checkpoint we read last, so that we don't keep reading the same checkpoint on each tick. 6 years ago
Tom Wilkie efbd9559f4 Deal with corruptions in the WAL: 6 years ago
Tom Wilkie adf5307470 Update wal LiveReader to ensure EOF is correctly propagated. 6 years ago
Callum Styan d6258aea8f Fix up remote write tests: 6 years ago
Tom Wilkie 184f06a981 Combine the record decoding metrics into one; break out garbage collection into a separate function. 6 years ago
Tom Wilkie 859cda27ff Remove some 'global' state, moving segment numbers to parameters. 6 years ago
Tom Wilkie bdc6b764b0 If reading the WAL fails, try again. Also, read from the segment containing the index for the last checkpoint, not the first segment. 6 years ago
Tom Wilkie d6f911b511 Factor out logging ratelimit & dedupe middleware. 6 years ago
Tom Wilkie a5c20642b3 Refactor WAL watcher to remove some duplication. 6 years ago
Tom Wilkie 37ad4db485 Export timestamps in seconds since epoch. 6 years ago
JoeWrightss 362873f72b Fix .Log() error message (#5257) 6 years ago
Simon Pasquier b41d6d54f2
storage/remote: increase timeouts for Travis CI (#5224) 6 years ago
Callum Styan 37e35f9e0c Various improvements to WAL based remote write. 6 years ago
Tom Wilkie b93bafeee1 Various fixes to locking & shutdown for WAL-based remote write. 6 years ago
Callum Styan 6f69e31398 Tail the TSDB WAL for remote_write 6 years ago
Goutham Veeramachaneni 384cba1211
Add flag for size based retention (#5109) 6 years ago
Krasi Georgiev 3bd41cc92c Udpate tsdb to 0.4 (#5110) 6 years ago
Matt Layher 302148fd69 *: apply gofmt -s 6 years ago
Callum Styan 5358f76c5c update remote write path proto so that Labels/Timeseries can't be nil (#4957) 6 years ago
Simon Pasquier f678e27eb6
*: use latest release of staticcheck (#5057) 6 years ago
glutamatt 5ddde1965b tune the "Wal segment size" with a flag (#5029) 6 years ago
Tom Wilkie 6e08029b56
Move err to be the last return value from storage.Select. (#5054) 6 years ago
AixesHunter 806632790e update inconsistent comment (#5046) 6 years ago
Bartek Płotka 62c8337e77 Moved configuration into `relabel` package. (#4955) 6 years ago
Alin Sinpalean 44bec482fb Minor optimization for BufferedSeriesIterator: actually drop the samples falling outside of the new delta from the underlying sampleRing, when ReduceDelta is called. (#4849) 6 years ago
Alin Sinpalean d6adfe2ae2 Use a fake SeriesIterator (that generates samples on the fly instead of using a slice) for BufferedSeriesIterator, to reduce the variance of benchmark results due to memory pressure. (#4847) 6 years ago
Ryota Arai 135d580ab2 Introduce min_shards for remote write to set minimum number of shards. (#4924) 6 years ago
mknapphrt f0e9196dca Return warnings on a remote read fail (#4832) 6 years ago