Skip to content

Commit

Permalink
add partial response strategy values (thanos-io#1827)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Dai <[email protected]>
  • Loading branch information
daixiang0 authored and bwplotka committed Dec 3, 2019
1 parent 5b7e33e commit 8de02fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/components/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@ you might lucky enough that you actually get the correct data as the broken Stor

If partial response happen QueryAPI returns human readable warnings explained [here](query.md#custom-response-fields).

NOTE: Having warning does not necessary means partial response (e.g no store matched query warning).
Now support two strategy:
* "warn"(defalut)
* "abort"

See [this](query.md#partial-response) on how to control this behaviour.
NOTE: Having warning does not necessary means partial response (e.g no store matched query warning).

Querier also allows to configure different timeouts:

Expand Down

0 comments on commit 8de02fb

Please sign in to comment.