Skip to content

v0.10.7

Compare
Choose a tag to compare
@stevesg stevesg released this 16 Nov 19:37
· 25 commits to main since this release
0a252f1

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