Skip to content

v0.10.1

Compare
Choose a tag to compare
@gouthamve gouthamve released this 11 May 14:40
· 48 commits to main since this release
v0.10.1
6acf363

v0.10.1 Release

Changes

  • [ENHANCEMENT] cortextool analyse prometheus now records cardinality by metric and job labels. #178

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.10.1/cortextool_0.10.1_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.10.1