Releases: grafana/cortex-tools
Releases · grafana/cortex-tools
v0.1.4 / 2020-03-10
Changes
- [ENHANCEMENT] Add separate
chunktool
for operating on cortex chunk backends #23 #26 - [ENHANCEMENT] Add
--disable-color
flag torules print
,rules diff
, andalertmanager get
command #25 - [BUGFIX]
alertmanager load
command will ensure provided template files are also loaded #25 - [BUGFIX] Ensure rules commands use escaped URLs when contacting cortex API #24
Installation
cortextool
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortextool/releases/download/v0.1.4/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/cortextool/releases/download/v0.1.4/chunktool-linux-amd64"
# make it executable
$ chmod a+x "/usr/local/bin/chunktool"
# have fun :)
$ chunktool --help
v0.1.2 / 2019-12-18
Changes
- [CHANGE] Info log when a resource does not exist instead of exiting fatally
- [FEATURE] Windows build during Makefile cross compilation
- [BUGFIX] Fix env var
CORTEX_TENTANT_ID
toCORTEX_TENANT_ID
for rule commands
Installation
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortextool/releases/download/v0.1.2/cortextool-linux-amd64"
# make it executable
$ chmod a+x "/usr/local/bin/cortextool"
# have fun :)
$ cortextool --help
Release v0.1.1 of cortextool
This is release v0.1.1 of the Cortex Tool (cortextool). Check out the CHANGELOG for detailed release notes.
Install Instructions
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortextool/releases/download/v0.1.1/cortextool-linux-amd64"
# make it executable
$ chmod a+x "/usr/local/bin/cortextool"
# have fun :)
$ cortextool --help