Commit Graph

39 Commits (main)

Author SHA1 Message Date
beorn7 747c5ee2b1 Apply analyzer "modernize" to the whole codebase 4 months ago
Dimitar Dimitrov d94dab92a8
remote.ReadClient: allow multiple queries (#16742) 4 months ago
zenador d73b0f34e3
Strip newline in error when reading from remote client (#16487) 8 months ago
Jeanette Tan b91c66cdf9 Move newline to inside the expected error 8 months ago
Jeanette Tan ab2d17d7a0 Move unit test to existing suite 8 months ago
Jeanette Tan f1b6694837 Add unit test 8 months ago
Patryk Prus ebeeb1c823
Fix flaky TestReadClient/timeout test 9 months ago
zenador 6a439bdffa
remote read: Use more informative error msg for timeouts (#16157) 9 months ago
Matthieu MOREL c7d4b53ec1 chore: enable unused-parameter from revive 10 months ago
Justin Lei 3a82cd5a7e
Add streaming remote read to ReadClient (#11379) 1 year ago
Bartlomiej Plotka a60e5ce362
[PRW 2.0] Added Sender and RW Handler support for Response Stats. (#14444) 1 year ago
machine424 0996b78326
remote_write: add a unit test to make sure the write client sends 2 years ago
Matthieu MOREL 1ec6e407d0
ci(lint): enable errorlint on storage (#12935) 2 years ago
William Dumont ce6ad15422 remote-write: TestClientRetryAfter status code 500 2 years ago
William Dumont febd62a23e remote-write: refactor TestClientRetryAfter 2 years ago
Paschalis Tsilias c173cd57c9
Add a header to count retried remote write requests (#12729) 2 years ago
Arve Knudsen 435b500de7
remote: Convert to RecoverableError using errors.As (#12103) 3 years ago
Fish-pro 43d77f7c41 Use http constants instead of string 3 years ago
Matthieu MOREL d56d0a9d52
(storage): move from github.com/pkg/errors to 'errors' and 'fmt' (#10946) 4 years ago
Paweł Szulik f5563bfe95
tests: Move from t.Errorf and others. (Part 2) (#9309) 4 years ago
Harkishen-Singh 77c20fd2f8 Adds support to configure retry on Rate-Limiting from remote-write config. 5 years ago
Julien Pivotto 93dcc3c7be Consider status code 429 as recoverable errors to avoid resharding (#8237) 5 years ago
Julien Pivotto 49a8ce5239 Revert "Consider status code 429 as recoverable errors to avoid resharding (#8237)" 5 years ago
Harkishen Singh cd412470d7
Consider status code 429 as recoverable errors to avoid resharding (#8237) 5 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 5 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Joe Elliott 04b028f1e6
Exports recoverable error (#7689) 5 years ago
Bartlomiej Plotka b788986717
storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 6 years ago
Julien Pivotto 31700a05df Improve testutil.ErrorEqual (#6471) 6 years ago
Callum Styan 67838643ee
Add config option for remote job name (#6043) 6 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 7 years ago
Callum Styan 6f69e31398 Tail the TSDB WAL for remote_write 7 years ago
Tom Wilkie b58199bf12 Review feedback. 8 years ago
Tom Wilkie 3353bbd018 Add proper unclean shutdown handling with a cancellable context. 8 years ago
Shubheksha Jalan 0471e64ad1 Use shared types from the `common` repo (#3674) 8 years ago
Shubheksha Jalan ec94df49d4 Refactor SD configuration to remove `config` dependency (#3629) 8 years ago
Tom Wilkie ee011d906d Port remote read server to 2.0. 8 years ago
Tom Wilkie 3760f56c0c remote: Expose ClientConfig type (see #3165) 8 years ago
Julius Volz 9ef8518b37 Remove "package remote" garbage from license headers (#3304) 8 years ago
Brian Brazil ee88f0d222 Ensure all values are used or _ 8 years ago
Julius Volz 8ebeed0b44 remote: Expose ClientConfig type (#3165) 8 years ago
Ben Kochie 59aca4138b Fix staticcheck issues. 8 years ago
Tom Wilkie 2dda5775e3 Initial port of remote storage to v2. 9 years ago
Tom Wilkie 24a113bb09 Review feedback: limit number of bytes read under error. 9 years ago
Tom Wilkie 46abe8cbf2 Remote write: read first line of response and include it in the error. 9 years ago
Julius Volz 1c72524870 Fix HTTP error handling in remote.Client.Store() (#2708) 9 years ago