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

Cortex-jsonnet 1.8.0

Compare
Choose a tag to compare
@pstibrany pstibrany released this 25 Mar 14:37
· 393 commits to main since this release
1.8.0
ac31975

Changelog

  • [CHANGE] Updated the trunk branch from master to main. You need to run the following in your local fork: #265
    git branch -m master main
    git fetch origin
    git branch -u origin/main main
    
  • [FEATURE] Added "Cortex / Slow queries" dashboard based on Loki logs. #271
  • [ENHANCEMENT] Add EtcdAllocatingTooMuchMemory alert for monitoring etcd memory usage. #261
  • [ENHANCEMENT] Sort legend descending in the CPU/memory panels. #271
  • [ENHANCEMENT] Add config option to enable streaming of chunks in block-based ingesters. #276
  • [BUGFIX] Fixed CortexQuerierHighRefetchRate alert. #268
  • [BUGFIX] Fixed "Disk Writes" and "Disk Reads" panels. #280