Skip to content

Commit dc35d88

Browse files
committed
Update docs, CHANGELOG
Signed-off-by: Annanay <[email protected]>
1 parent ad1949a commit dc35d88

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* [FEATURE] Experimental: Added support for `/api/v1/metadata` Prometheus-based endpoint. #2549
3535
* [FEATURE] Add ability to limit concurrent queries to Cassandra with `-cassandra.query-concurrency` flag. #2562
3636
* [FEATURE] TLS config options added for GRPC clients in Querier (Query-frontend client & Ingester client), Ruler, Store Gateway, as well as HTTP client in Config store client. #2502
37+
* [FEATURE] Add ability to configure per-tenant MaxCacheFreshness in the query-frontend using `frontend.per-user-max-cache-freshness`. #2609
3738
* [ENHANCEMENT] `query-tee` supports `/metadata`, `/alerts`, and `/rules` #2600
3839
* [ENHANCEMENT] Ruler: Automatically remove unhealthy rulers from the ring. #2587
3940
* [ENHANCEMENT] Experimental TSDB: sample ingestion errors are now reported via existing `cortex_discarded_samples_total` metric. #2370

docs/configuration/config-file-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,6 +2366,11 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
23662366
# CLI flag: -store.cardinality-limit
23672367
[cardinality_limit: <int> | default = 100000]
23682368
2369+
# Most recent allowed cacheable result per-tenant, to prevent caching very
2370+
# recent results that might still be in flux.
2371+
# CLI flag: -frontend.per-user-max-cache-freshness
2372+
[max_cache_freshness: <duration> | default = 0s]
2373+
23692374
# File name of per-user overrides. [deprecated, use -runtime-config.file
23702375
# instead]
23712376
# CLI flag: -limits.per-user-override-config

0 commit comments

Comments
 (0)