File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Order should be ` CHANGE ` , ` FEATURE ` , ` ENHANCEMENT ` , and ` BUGFIX `
4
4
5
- ## Unreleased
5
+ ## v0.9.0
6
6
7
7
* [ CHANGE] Overrides Exporter: ` cortex_overrides_presets ` added to expose the preset metrics. #154
8
8
* ` limit_type ` label has been renamed to ` limit_name ` .
9
9
* ` type ` label has been removed.
10
10
* ` cortex_overrides ` now only exposes overrides and doesn't expose preset limits.
11
+ * [ BUGFIX] Escape rule namespaces and groups containing slashes at the beginning and end of the name. #162
11
12
12
- ## v0.8.0
13
+ ## v0.8.0
13
14
14
15
* [ CHANGE] Loadgen: Add ` loadgen ` namespace to loadgen metrics. #152
15
16
* ` write_request_duration_seconds ` --> ` loadgen_write_request_duration_seconds `
Original file line number Diff line number Diff line change
1
+ # v0.9.0 Release
2
+
3
+
4
+ ## Changes
5
+
6
+ * [ CHANGE] Overrides Exporter: ` cortex_overrides_presets ` added to expose the preset metrics. #154
7
+ * ` limit_type ` label has been renamed to ` limit_name ` .
8
+ * ` type ` label has been removed.
9
+ * ` cortex_overrides ` now only exposes overrides and doesn't expose preset limits.
10
+ * [ BUGFIX] Escape rule namespaces and groups containing slashes at the beginning and end of the name. #162
11
+
12
+ ## Installation
13
+
14
+ ## cortextool
15
+
16
+ ``` console
17
+ # download the binary (adapt os and arch as needed)
18
+ $ curl -fSL -o " /usr/local/bin/cortextool" " https://github.com/grafana/cortex-tools/releases/download/v0.9.0/cortextool_0.9.0_linux_x86_64"
19
+
20
+ # make it executable
21
+ $ chmod a+x " /usr/local/bin/cortextool"
22
+
23
+ # have fun :)
24
+ $ cortextool --help
25
+ ```
You can’t perform that action at this time.
0 commit comments