Skip to content

v0.10.6

Compare
Choose a tag to compare
@stevesg stevesg released this 11 Nov 19:02
· 29 commits to main since this release
799818c

v0.10.6 Release

Changes

  • [FEATURE] Rules check for Loki now supports pattern.

Installation

cortextool

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

# make it executable
$ chmod a+x "cortextool"

# have fun :)
$ ./cortextool --help

benchtool

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "benchtool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.6/benchtool_0.10.6_linux_x86_64"

# make it executable
$ chmod a+x "benchtool"

# have fun :)
$ ./benchtool --help

Docker images

  • docker pull grafana/benchtool:v0.10.6
  • docker pull grafana/cortex-tools:v0.10.6