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