1134 Commits (642722e5d01ade93b6bf4839573cc1dde2bbe378)

Author SHA1 Message Date
Chris Marchbanks 0685eb5395
Refactor testutil.NewStorage into a new package 5 years ago
Vadym Martsynovskyy 8318aa2d5d Check for duplicate label names in remote read (#5829) 5 years ago
Callum Styan c40a83f386 Add metrics for max shards, min shards, and desired shards. 5 years ago
AllenZMC 758c71b980 fix word `encourter` to `encounter` 5 years ago
Devin Trejo d77f2aa29c Only check last directory when discovering checkpoint number (#5756) 5 years ago
Yao Zengzeng 3cde8a9941 pass error up if WALWathcer.segments() return err (#5741) 5 years ago
Xigang Wang 445bcd1251 Update the runShard method and change len(pendingSamples) to n=len(pendingSamples) (#5708) 5 years ago
Chris Marchbanks 06f1ba73eb
Provide flag to compress the tsdb WAL 5 years ago
Chris Marchbanks 475ca2ecd0
Update to tsdb 0.9.1 5 years ago
Chris Marchbanks 06bdaf076f Remote Write Allocs Improvements (#5614) 5 years ago
Chris Marchbanks a38a54fa11 Split remote write storage into its own type 5 years ago
Thomas Jackson 91d7175eaa Add storage.Warnings to LabelValues and LabelNames (#5673) 6 years ago
Dmitry Shmulevich 0c0638b080 resolve race condition in maxGauge (#5647) 6 years ago
Chris Marchbanks 840872a6f8 Fix remote storage config not updating correctly (#5555) 6 years ago
Simon Pasquier 45506841e6
*: enable all default linters (#5504) 6 years ago
Callum Styan 23c382e240 Remote Storage: string interner should not panic in release (#5487) 6 years ago
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