Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query-frontend: improve docs on requestes excluded from cache #5326

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/components/query-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ Query Frontend supports caching query results and reuses them on subsequent quer
### Excluded from caching

* Requests that support deduplication and having it disabled with `dedup=false`. Read more about deduplication in [Dedup documentation](query.md#deduplication-enabled).
* Requests that specify store matchers.
* Requests were the caching is explicitely disabled.
* Requests that specify Store Matchers.
* Requests where downstream queriers set the header `Cache-Control=no-store` in the response:
* Requests with a partial **response**.
* Requests with other warnings.

#### In-memory

Expand Down