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

Commit 0b448e9

Browse files
authored
Merge pull request #302 from grafana/default-dashboards-to-blocks-storage
Default dashboards to Cortex blocks storage only
2 parents a29c20a + 1ec012d commit 0b448e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## master / unreleased
44

5+
* [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
56
* [FEATURE] Added "Cortex / Rollout progress" dashboard. #289 #290
67
* [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
78
* [ENHANCEMENT] Added `newCompactorStatefulSet()` function to create a custom statefulset for the compactor. #287

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)