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