Skip to content

v0.4.0

Compare
Choose a tag to compare
@simonswine simonswine released this 08 Oct 11:37
· 106 commits to main since this release
432ad77

Changes

  • [ENHANCEMENT] Loadgen: Allow users to selectively disable query or write loadgen by leaving their respective URL configs empty. #95
  • [FEATURE] Add overrides-exporter to cortextool, which exports Cortex runtime configuration overrides as metrics. #91

Installation

cortextool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.4.0/cortextool_0.4.0_linux_x86_64"

# make it executable
$ chmod a+x "/usr/local/bin/cortextool"

# have fun :)
$ cortextool --help

Docker images

  • docker pull grafana/cortex-tools:latest
  • docker pull grafana/cortex-tools:v0.4.0