Commit Graph

77 Commits (3638e4ab18ac320c3ed0b607f07aea309dadee45)

Author SHA1 Message Date
Xigang Wang 445bcd1251 Update the runShard method and change len(pendingSamples) to n=len(pendingSamples) (#5708) 6 years ago
Chris Marchbanks 06bdaf076f Remote Write Allocs Improvements (#5614) 6 years ago
Callum Styan 23c382e240 Remote Storage: string interner should not panic in release (#5487) 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
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
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 c7b3535997 Use pkg/relabelling in remote write. 6 years ago
Tom Wilkie 2fa93595d6
More WAL remote_write tweaks. (#5300) 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
Tom Wilkie f795942572 Decrement pending sample when queue exits. 6 years ago
Tom Wilkie efbd9559f4 Deal with corruptions in the WAL: 6 years ago
Tom Wilkie d6f911b511 Factor out logging ratelimit & dedupe middleware. 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
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
Simon Pasquier f678e27eb6
*: use latest release of staticcheck (#5057) 7 years ago
Bartek Płotka 62c8337e77 Moved configuration into `relabel` package. (#4955) 7 years ago
Ryota Arai 135d580ab2 Introduce min_shards for remote write to set minimum number of shards. (#4924) 7 years ago
Ben Kochie c6399296dc
Fix spelling/typos (#4921) 7 years ago
fengyuceNv 94fff219ab improve remote storage enqueue performance (#4772) 7 years ago
Daisy T 7d01ead689 change time.duration to model.duration for standardization (#4479) 7 years ago
Goutham Veeramachaneni c28cc5076c Saner defaults and metrics for remote-write (#4279) 7 years ago
Bryan Boreham 3277aeefaa Add queue name to logger for remote writes 7 years ago
Tom Wilkie b58199bf12 Review feedback. 7 years ago
Tom Wilkie 3353bbd018 Add proper unclean shutdown handling with a cancellable context. 7 years ago
Tom Wilkie e51d6c4b6c Make remote flush deadline a command line param. 7 years ago
Tom Wilkie a6c353613a Make the flush deadline configurable. 7 years ago
Tom Wilkie aa17263edd Remove WaitGroup and extra goroutine. 7 years ago
Tom Wilkie f3c61f8bb2 Only give remote queues 1 minute to flush samples on shutdown. 7 years ago
Mario Trangoni 464e747f1e fix some comments typos (#4059) 7 years ago
Tom Wilkie fdb574b608 Review feedback. 7 years ago
Tom Wilkie 97a5fc8cbb Correctly stop the timer used in the remote write path. 7 years ago
Tom Wilkie 22d820ef8e Review feedback. 7 years ago
Tom Wilkie f8c9d375b6 Correctly stop the timer used in the remote write path. 7 years ago
ferhat elmas ffa673f7d8 General simplifications (#3887) 7 years ago
Bryan Boreham 8a4535e6ad Re-use timer instead of creating new ones on every sample 8 years ago
Tom Wilkie 6e4d4ea402 Initialise some counters in remote storage API. 8 years ago
Tom Wilkie ee011d906d Port remote read server to 2.0. 8 years ago
Tom Wilkie 8fe0212ff7 Port 'Make queue manager configurable.' to 2.0, see #2991 8 years ago
Brian Brazil 73dc96e7f5 Fix leak of ticker in remote storage queue manager. 8 years ago
Tom Wilkie 4f8efdbd59 Prevent number of remote write shards from going negative. 8 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 8 years ago
Tom Wilkie 5169f990f9 Review feedback: add yaml struct tags, don't embed queue config. 8 years ago