Releases: grafana/cortex-tools
Releases · grafana/cortex-tools
v0.11.2
v0.11.2 Release
Changes
- [CHANGE] Fix missing
tzdata
package in docker image.
Installation
cortextool
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.11.2/cortextool-linux-amd64"
# make it executable
$ chmod a+x "cortextool"
# have fun :)
$ ./cortextool --help
v0.11.1
v0.11.1 Release
Changes
- [CHANGE] Upgrade Go version to 1.22
Installation
cortextool
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.11.1/cortextool-linux-amd64"
# make it executable
$ chmod a+x "cortextool"
# have fun :)
$ ./cortextool --help
v0.11.0
v0.11.0 Release
Changes
- [FEATURE] Support Arm64 on Darwin for all binaries (benchtool etc). #215
- [BUGFIX] Fix
cortextool rules
legends displaying wrong symbols for updates and deletions. #226 - [CHANGE] Upgrade modules to latest versions #277
Removals
This version removes support for chunk-tool following removal of chunk storage support in cortex.
Benchtool is also not released as a part of this version.
Installation
cortextool
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.11.0/cortextool_v0.11.0_Linux_x86_64"
# make it executable
$ chmod a+x "cortextool"
# have fun :)
$ ./cortextool --help
v0.10.7
v0.10.7 Release
Changes
- [ENHANCEMENT] Benchtool: add
-bench.write.proxy-url
argument for configuring the Prometheus remote-write client with a HTTP proxy URL. #223 - [ENHANCEMENT] Analyse: support Grafana 'timeseries' panel type for
cortextool analyse grafana
command. #224
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.7/cortextool_0.10.7_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.7/benchtool_0.10.7_linux_x86_64"
# make it executable
$ chmod a+x "benchtool"
# have fun :)
$ ./benchtool --help
Docker images
docker pull grafana/benchtool:v0.10.7
docker pull grafana/cortex-tools:v0.10.7
v0.10.6
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
v0.10.5
v0.10.5 Release
Changes
- [ENHANCEMENT] Allow usage of HTTP_PROXY and HTTPS_PROXY. #216
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.5/cortextool_0.10.5_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.5/benchtool_0.10.5_linux_x86_64"
# make it executable
$ chmod a+x "benchtool"
# have fun :)
$ ./benchtool --help
Docker images
docker pull grafana/cortex-tools:v0.10.5
docker pull grafana/benchtool:v0.10.5
v0.10.4
v0.10.4 Release
Changes
- [CHANGE] Update go image to v1.16.8. #213
- [CHANGE] Update alpine image to v3.14. #213
- [ENHANCEMENT] Add benchtool to the release process. #213
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.4/cortextool_0.10.4_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.4/benchtool_0.10.4_linux_x86_64"
# make it executable
$ chmod a+x "benchtool"
# have fun :)
$ ./benchtool --help
Docker images
docker pull grafana/benchtool:latest
docker pull grafana/benchtool:v0.10.4
docker pull grafana/cortex-tools:latest
docker pull grafana/cortex-tools:v0.10.4
v0.10.3
v0.10.3 Release
Changes
- [BUGFIX] Fix
cortextool analyse grafana
failure on certain dashboards that use templating and/or panel heights due to unmarshalling errors with the underlyinggrafana-tools/sdk
library. #192
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.3/cortextool_0.10.3_linux_x86_64"
# make it executable
$ chmod a+x "/usr/local/bin/cortextool"
# have fun :)
$ cortextool --help
Docker images
docker pull grafana/cortex-tools:v0.10.3
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
v0.10.1
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