Commit Graph

135 Commits (4cae788689121b624557c63d955fbffeef1a91e9)

Author SHA1 Message Date
Hu Shuai eb43437d83
Fix golint issue (#9800) 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 4 years ago
sniper f82e56fbba
fix request bytes size and continue is useless (#9635) 4 years ago
Mateusz Gozdek b7bdf6fab2 Fix imports formatting 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Bryan Boreham 5afa606ecb
Remote-write: reuse memory for marshalling (#9412) 4 years ago
Levi Harrison fac1b57334
Remove Individual Data Type Caps in Per-shard Buffering for Remote Write (#8921) 4 years ago
Bryan Boreham 60804c5a09
remote_write: reduce blocking from garbage-collect of series (#9109) 4 years ago
Levi Harrison d5c3c567d3
Remote Write: Add max samples per metadata send (#8959) 4 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 4 years ago
songjiayang 9a01472780 Refactor processExternalLabels method with slice copy for left labels 4 years ago
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296) 4 years ago
Julien Pivotto 93dcc3c7be Consider status code 429 as recoverable errors to avoid resharding (#8237) 4 years ago
Julien Pivotto 49a8ce5239 Revert "Consider status code 429 as recoverable errors to avoid resharding (#8237)" 4 years ago
Harkishen Singh cd412470d7
Consider status code 429 as recoverable errors to avoid resharding (#8237) 4 years ago
fuling 4a407210f5 [remote storage] remove sendWriteRequestWithBackoff() "s" and "req" param 4 years ago
Chris Marchbanks 275f7e7766
Log recoverable remote write errors as warnings (#8412) 4 years ago
kevinForMyself db445844d3
Fix garbage collection about t.droppedSeries in QueueManager.SeriesReset. (#8387) 4 years ago
gotjosh 4eca4dffb8
Allow metric metadata to be propagated via Remote Write. (#6815) 5 years ago
Jorge Luis Betancourt 4dc755cd27
Add a metric for tracking max_samples_per_send (#8102) 5 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Julien Pivotto 8c9850c2bb
Remote: Do not collect non-initialized timestamp metrics (#8060) 5 years ago
Harkishen Singh 072b9649a3
Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934) 5 years ago
Javier Palomo Almena b58a613443
Replace sync/atomic with uber-go/atomic (#7683) 5 years ago
Joe Elliott 04b028f1e6
Exports recoverable error (#7689) 5 years ago
Chris Marchbanks b299aba6cf
Fix panic when updating a remote write queue (#7452) 5 years ago
Chris Marchbanks d78656c244
Pending Samples metric includes samples in channel (#7335) 5 years ago
Bartlomiej Plotka b788986717
storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 5 years ago
Bert Hartmann 82c7cd320a
increase the remote write bucket range (#7323) 5 years ago
Cody Boggs 3268eac2dd
Trace Remote Write requests (#7206) 5 years ago
Chris Marchbanks dfad1da296
Remove duplicate metrics in QueueManager 5 years ago
qinng f36ae1c21c
[remote-storage] use warn log level when send samples to remote failed (#7184) 5 years ago
Marek Slabicki 4b5e7d4984
Adding a shouldReshard function to modularize logic for the QueueManager deciding if it should shard or not (#7143) 5 years ago
Chris Marchbanks 5ab6b043c1
Always update lastSendTimestamp after a request (#7122) 5 years ago
Chris Marchbanks d88a2b0261 Handle secret changes in remote write ApplyConfig 5 years ago
Marek Slabicki 8224ddec23
Capitalizing first letter of all log lines (#7043) 5 years ago
Callum Styan f802f1e8ca
Fix bug with WAL watcher and Live Reader metrics usage. (#6998) 5 years ago
helenxu1221 7df4fe3faa reset counter after collecting metric (#6798) 5 years ago
Robert Fratto a53e00f9fd
pass registerer from storage to queue manager for its metrics (#6728) 5 years ago
Chris Marchbanks 7f3aca62c4 Only reduce the number of shards when caught up. 6 years ago
Chris Marchbanks 9e24e1f9e8 Use samplesPending rather than integral 6 years ago
Callum Styan 67838643ee
Add config option for remote job name (#6043) 6 years ago
Chris Marchbanks 6f34e35b3e
Record the exact value of desired shards in metric 6 years ago
Chris Marchbanks 0e684ca205
Fix unknown type in sharding up log 6 years ago
Callum Styan c2cb1e4103 Add a metric to track total bytes sent per remote write queue. (#6344) 6 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 6 years ago
Callum Styan 5f1be2cf45 Refactor calculateDesiredShards + don't reshard if we're having issues sending samples. (#6111) 6 years ago
Chris Marchbanks 8df4bca470
Garbage collect asynchronously in the WAL Watcher 6 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 6 years ago