Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 1b97112

Browse files
authored
Merge branch 'main' into querier-1.9-deprecation
2 parents 0c9bff1 + 0b448e9 commit 1b97112

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## master / unreleased
44

55
* [CHANGE] Replace use of removed Cortex CLI flag `-querier.compress-http-responses` for query frontend with `-api.response-compression-enabled`. #299
6+
* [CHANGE] The default dashboards config now display panels for the Cortex blocks storage only. If you're running Cortex chunks storage, please change `storage_engine` config to `['chunks']` or `['chunks', 'blocks']` if running both. #302
67
* [FEATURE] Added "Cortex / Rollout progress" dashboard. #289 #290
78
* [FEATURE] Added support for using query-scheduler component, which moves the queue out of query-frontend, and allows scaling up of query-frontend component. #295
89
* [ENHANCEMENT] Added `newCompactorStatefulSet()` function to create a custom statefulset for the compactor. #287

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To generate the YAMLs for deploying Cortex:
5050
To output YAML manifests to `./manifests`, run:
5151

5252
```console
53-
$ tk export environments/default manifests
53+
$ tk export manifests environments/default
5454
```
5555

5656
# Monitoring for Cortex

cortex-mixin/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Switch for overall storage engine.
77
// May contain 'chunks', 'blocks' or both.
88
// Enables chunks- or blocks- specific panels and dashboards.
9-
storage_engine: ['chunks', 'blocks'],
9+
storage_engine: ['blocks'],
1010

1111
// For chunks backend, switch for chunk index type.
1212
// May contain 'bigtable', 'dynamodb' or 'cassandra'.

0 commit comments

Comments
 (0)