This repository was archived by the owner on Apr 28, 2025. It is now read-only.
cortex-jsonnet 1.9.0
1.9.0 / 2021-05-18
- [CHANGE] Replace use of removed Cortex CLI flag
-querier.compress-http-responses
for query frontend with-api.response-compression-enabled
. #299 - [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 - [CHANGE] Enabled index-header lazy loading in store-gateways. #303
- [CHANGE] Replaced the deprecated CLI flag
-limits.per-user-override-config
(removed in Cortex 1.9) with-runtime-config.file
. #304 - [CHANGE] Ruler: changed ruler config to use the new storage config. #306
- [CHANGE] Ruler: enabled API response compression. #306
- [CHANGE] Alertmanager: changed alertmanager config to use the new storage config. #307
- [FEATURE] Added "Cortex / Rollout progress" dashboard. #289 #290
- [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
- [ENHANCEMENT] Added
newCompactorStatefulSet()
function to create a custom statefulset for the compactor. #287 - [ENHANCEMENT] Added option to configure compactor job name used in dashboards and alerts. #287
- [ENHANCEMENT] Added
CortexCompactorHasNotSuccessfullyRunCompaction
alert. #292 #294 - [ENHANCEMENT] Added ingester instance limits to config. #296
- [ENHANCEMENT] Added alerts for ingester reaching the instance limits (if limits are configured). #296:
CortexIngesterReachingSeriesLimit
CortexIngesterReachingTenantsLimit
- [ENHANCEMENT] Improved
CortexRulerFailedRingCheck
to avoid firing in case of very short errors. #297 - [BUGFIX] Fixed
CortexCompactorRunFailed
false positives. #288