Skip to content

Commit cb24add

Browse files
committed
Genereta doc
Signed-off-by: Justin Jung <jungjust@amazon.com>
1 parent 9c437b3 commit cb24add

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## master / unreleased
44

5-
* [FEATURE] Distributor/Querier: Add `query_partial_data` to allow partial query data from 1 zone to be returned with a warning message. #6526
5+
* [FEATURE] Distributor/Querier: Add `query_partial_data` and `rules_partial_data` to allow queries/rules to be evaluated with data from a single zone, if other zones are not available. #6526
66

77
## 1.19.0 in progress
88

docs/configuration/config-file-reference.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3545,10 +3545,14 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
35453545
# CLI flag: -frontend.max-queriers-per-tenant
35463546
[max_queriers_per_tenant: <float> | default = 0]
35473547

3548-
# Enable to allow partial query data from 1 zone to be returned with a warning
3549-
# message.
3548+
# Enable to allow queries to be evaluated with data from a single zone, if other
3549+
# zones are not available.
35503550
[query_partial_data: <boolean> | default = false]
35513551

3552+
# Enable to allow rules to be evaluated with data from a single zone, if other
3553+
# zones are not available.
3554+
[rules_partial_data: <boolean> | default = false]
3555+
35523556
# Maximum number of outstanding requests per tenant per request queue (either
35533557
# query frontend or query scheduler); requests beyond this error with HTTP 429.
35543558
# CLI flag: -frontend.max-outstanding-requests-per-tenant

0 commit comments

Comments
 (0)