Skip to content

v0.2.2 / 2020-06-09

Compare
Choose a tag to compare
@gotjosh gotjosh released this 09 Jun 19:05
· 22 commits to master since this release
v0.2.2
eafbc8e

Changes

  • [BUGFIX] Remove usage of alternate PromQL parser in rules prepare lint.
  • [BUGFIX] rules check does not require an argument.

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.2.2/cortextool-linux-amd64"

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

# have fun :)
$ cortextool --help

chunktool

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

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

# have fun :)
$ chunktool --help

logtool

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

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

# have fun :)
$ logtool --help