v0.10.2
v0.10.2 Release
Changes
- [FEATURE] Blockgen: adding a new tool to generate blocks of mock data.
- [FEATURE] Support Arm64 on Darwin.
- [ENHANCEMENT] Added the ability to set an explicit user when Cortex is behind basic auth. #187
- [BUGFIX] Benchtool: avoid duplicate DNS metrics registration when enabling both query and write benchmarking. #188
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.2/cortextool_0.10.2_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.2