diff --git a/CHANGELOG.md b/CHANGELOG.md index a382df3ba67..32da536d097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -132,6 +132,7 @@ * `cortex_querier_blocks_consistency_checks_failed_total` * `cortex_querier_storegateway_refetches_per_query` * [ENHANCEMENT] Cortex is now built with Go 1.14. #2480 #2753 +* [ENHANCEMENT] Experimental: Querier can now optionally query secondary store. This is specified by using `-querier.second-store-engine` option, with values `chunks` or `tsdb`. Standard configuration options for this store are used. Additionally, this querying can be configured to happen only for queries that need data older than `-querier.use-second-store-before-time`. Default value of zero will always query secondary store. #2747 * [BUGFIX] Ruler: Ensure temporary rule files with special characters are properly mapped and cleaned up. #2506 * [BUGFIX] Fixes #2411, Ensure requests are properly routed to the prometheus api embedded in the query if `-server.path-prefix` is set. #2372 * [BUGFIX] Experimental TSDB: fixed chunk data corruption when querying back series using the experimental blocks storage. #2400 diff --git a/docs/configuration/config-file-reference.md b/docs/configuration/config-file-reference.md index d0e57e0f8d7..09b1d559c0d 100644 --- a/docs/configuration/config-file-reference.md +++ b/docs/configuration/config-file-reference.md @@ -22,6 +22,7 @@ To specify which configuration file to load, pass the `-config.file` flag at the * ``: a regular string * ``: an URL * ``: a CLI flag prefix based on the context (look at the parent configuration block to see which CLI flags prefix should be used) +* `