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

1.7.0

Compare
Choose a tag to compare
@pstibrany pstibrany released this 24 Feb 15:49
b9d26a7

This release is compatible with Cortex 1.7.0

Changelog

  • [CHANGE] Alertmanager storage backend no longer defaults to gcs with bucket name '%(cluster)s-cortex-%(namespace)s' % $._config. #258
  • [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] Cleaned up blocks storage config. Moved CLI flags used only be the read path from genericBlocksStorageConfig to queryBlocksStorageConfig, and flags used only by the ingester from genericBlocksStorageConfig to ingester_args. #257
  • [ENHANCEMENT] Add dedicated parameters to _config to configure Alertmanager backend storage. #258
    • alertmanager_client_type
    • alertmanager_s3_bucket_name
    • alertmanager_gcs_bucket_name
  • [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)
    • Alerts: added "CortexBucketIndexNotUpdated" (bucket index only) and "CortexTenantHasPartialBlocks"
  • [ENHANCEMENT] The name of the overrides configmap is now customisable via $._config.overrides_configmap. #244
  • [ENHANCEMENT] Added flag to control usage of bucket-index, and enable it by default when using blocks. #254
  • [ENHANCEMENT] Added the alert CortexIngesterHasUnshippedBlocks. #255
  • [BUGFIX] Honor configured per_instance_label in all panels. #239
  • [BUGFIX] CortexRequestLatency alert now ignores long-running requests on query-scheduler. #242
  • [BUGFIX] Honor configured job_names in the "Memory (go heap inuse)" panel. #247
  • [BUGFIX] Fixed ingester "Disk Space Utilization" to include any ingester.* PV. #249
  • [BUGFIX] Fixed ingester alerts to include any ingester.* job. #252
  • [BUGFIX] Set -querier.second-store-engine in the ruler too when querier_second_storage_engine is configured. #253