File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## unreleased / master
3+ ## v0.4.0
44
55* [ ENHANCEMENT] Loadgen: Allow users to selectively disable query or write loadgen by leaving their respective URL configs empty. #95
66* [ FEATURE] Add overrides-exporter to cortextool, which exports Cortex runtime configuration overrides as metrics. #91
Original file line number Diff line number Diff line change 1+ # Changes
2+
3+ * [ ENHANCEMENT] Loadgen: Allow users to selectively disable query or write loadgen by leaving their respective URL configs empty. #95
4+ * [ FEATURE] Add overrides-exporter to cortextool, which exports Cortex runtime configuration overrides as metrics. #91
5+
6+ # Installation
7+
8+ ## cortextool
9+ ```
10+ # download the binary (adapt os and arch as needed)
11+ $ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.4.0/cortextool_0.4.0_linux_x86_64"
12+
13+ # make it executable
14+ $ chmod a+x "/usr/local/bin/cortextool"
15+
16+ # have fun :)
17+ $ cortextool --help
18+ ```
You can’t perform that action at this time.
0 commit comments