Skip to content

Commit

Permalink
Add two missing features to about-versioning.md (#10613)
Browse files Browse the repository at this point in the history
* Update about-versioning.md

Forgot to add some experimental features here:
- #10460
- #10484

* Update docs/sources/mimir/configure/about-versioning.md

Co-authored-by: Charles Korn <[email protected]>

---------

Co-authored-by: Charles Korn <[email protected]>
  • Loading branch information
2 people authored and ying-jeanne committed Feb 20, 2025
1 parent bd3f71b commit 3227980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sources/mimir/configure/about-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ The following features are currently experimental:
- Sharding of active series queries (`-query-frontend.shard-active-series-queries`)
- Server-side write timeout for responses to active series requests (`-query-frontend.active-series-write-timeout`)
- Caching of non-transient error responses (`-query-frontend.cache-errors`, `-query-frontend.results-cache-ttl-for-errors`)
- Blocking HTTP requests on a per-tenant basis (configured with the `blocked_requests` limit)
- Spinning off (as actual range queries) subqueries from instant queries (`-query-frontend.spin-off-instant-subqueries-to-url` and the `instant_queries_with_subquery_spin_off` per-tenant limit)
- Query-scheduler
- `-query-scheduler.querier-forget-delay`
- Store-gateway
Expand Down

0 comments on commit 3227980

Please sign in to comment.