Skip to content

Commit

Permalink
Default dashboards to Cortex blocks storage only
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed May 11, 2021
1 parent 5512bdd commit fd2f4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [CHANGE] Only single cluster and namespace can now be selected in "resources" dashboards. #251
* [CHANGE] Increased `CortexAllocatingTooMuchMemory` warning alert threshold from 50% to 65%. #256
* [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
* [ENHANCEMENT] Added `unregister_ingesters_on_shutdown` config option to disable unregistering ingesters on shutdown (default is enabled). #213
* [ENHANCEMENT] Improved blocks storage observability: #237
- Cortex / Queries: added bucket index load operations and latency (available only when bucket index is enabled)
Expand Down
2 changes: 1 addition & 1 deletion cortex-mixin/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Switch for overall storage engine.
// May contain 'chunks', 'blocks' or both.
// Enables chunks- or blocks- specific panels and dashboards.
storage_engine: ['chunks', 'blocks'],
storage_engine: ['blocks'],

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

0 comments on commit fd2f4bf

Please sign in to comment.