Commit Graph

300 Commits (3ad25a6dc3d94d09f94de00fe3ef9e374007b131)

Author SHA1 Message Date
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 5 years ago
Jorge Luis Betancourt 4dc755cd27
Add a metric for tracking max_samples_per_send (#8102) 5 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110) 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
Frederic Branczyk 21a2e8c320
storage/remote/intern_test.go: Fix linting errors 5 years ago
Siddhant Sinha d9dcf2c90f
Fixes #7982. Increase maxErrMsgLen value remote_write api (#8017) 5 years ago
Harkishen Singh 072b9649a3
Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934) 6 years ago
Julien Pivotto 538f6b7dd1
Fix missing remote read spans (#7914) (#7916) 6 years ago
Chris Marchbanks f0f8e50567
Fix missing remote read spans (#7914) 6 years ago
Anand Sanmukhani f4a1b3cef6
Rename `remote.newReadClient()` to `remote.NewReadClient()` (#7881) 6 years ago
Robert Fratto 2bd077ed97
expose UserAgent to make it changeable by importers (#7832) 6 years ago
Joe Elliott 624075eafe
Exposes remote storage http client to allow for customization (#7831) 6 years ago
Andy Bursavich 4e6a94a27d
Invert service discovery dependencies (#7701) 6 years ago
Julien Pivotto a55c69c4c3
Apply gofmt -s on storage/remote/write_test.go (#7791) 6 years ago
Mucahit Kurt 869f1bc587
use remote.Storage in TestSampleDelivery instead of direct creation of QueueManager (#4758) 6 years ago
johncming 2b75c1b199
storage/remote: rename httpclient name. (#7747) 6 years ago
Julien Pivotto 9848e77678
storage/remote: remove unused code now that tsdb implements ChunkQuerier (#7715) 6 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 6 years ago
Annanay 89129cd39a Address comments 6 years ago
Javier Palomo Almena b58a613443
Replace sync/atomic with uber-go/atomic (#7683) 6 years ago
Joe Elliott 04b028f1e6
Exports recoverable error (#7689) 6 years ago
Annanay 7f98a744e5 Add context to Appender interface 6 years ago
Zhou Hao ddedf454d0
add os.RemoveAll err verification (#7540) 6 years ago
Hu Shuai b962029031
Add a unit test for MergeLabels in storage/remote/codec.go. (#7499) 6 years ago
Chris Marchbanks b299aba6cf
Fix panic when updating a remote write queue (#7452) 6 years ago
Chris Marchbanks d78656c244
Pending Samples metric includes samples in channel (#7335) 6 years ago
Bartlomiej Plotka b788986717
storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 6 years ago
Nicole J d5a8f2afc4
Added the remote read histogram (#7334) 6 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 6 years ago
Bert Hartmann 82c7cd320a
increase the remote write bucket range (#7323) 6 years ago
Nicole J 5e9bd17b1f
added the prometheus_remote_storage_remote_read_queries_total (#7328) 6 years ago
Cody Boggs 3268eac2dd
Trace Remote Write requests (#7206) 6 years ago
Chris Marchbanks c1f9917e90
Add test for unregistering queue manager metrics 6 years ago
Chris Marchbanks dfad1da296
Remove duplicate metrics in QueueManager 6 years ago
Julien Pivotto 7ecd2d1c24
Jaeger: Create child span for remote read (#7187) 6 years ago
qinng f36ae1c21c
[remote-storage] use warn log level when send samples to remote failed (#7184) 6 years ago
Vasily Sliouniaev 0393b188c9
Add Jaeger (#7148) 6 years ago
Marek Slabicki 4b5e7d4984
Adding a shouldReshard function to modularize logic for the QueueManager deciding if it should shard or not (#7143) 6 years ago
Chris Marchbanks 5ab6b043c1
Always update lastSendTimestamp after a request (#7122) 6 years ago
ZouYu 2b7437d60e
Fix some warnings: 'redundant type from array, slice, or map composite literal' (#7109) 6 years ago
Chris Marchbanks d88a2b0261 Handle secret changes in remote write ApplyConfig 6 years ago
Simon Pasquier 317e73de79 Hash YAML instead of JSON 6 years ago
Simon Pasquier 8cc84660fa storage/remote: add tests for config changes 6 years ago
Marek Slabicki 8224ddec23
Capitalizing first letter of all log lines (#7043) 6 years ago
ga 9a21fdcd1b
[storage] clean imports (#7099) 6 years ago
Bartlomiej Plotka d5c33877f9
storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 6 years ago
Bartlomiej Plotka c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 6 years ago
Callum Styan f802f1e8ca
Fix bug with WAL watcher and Live Reader metrics usage. (#6998) 6 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 6 years ago