Skip to content

Commit 6529041

Browse files
authored
Deprecate old ruler storage config (#3945)
* Deprecate old ruler storage config Signed-off-by: Marco Pracucci <[email protected]> * Updated doc Signed-off-by: Marco Pracucci <[email protected]>
1 parent 896f70b commit 6529041

File tree

8 files changed

+231
-215
lines changed

8 files changed

+231
-215
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
## master / unreleased
44

55
* [CHANGE] Alertmanager now removes local files after Alertmanager is no longer running for removed or resharded user. #3910
6-
* [CHANGE] Alertmanager now stores local files in per-tenant folders. Files stored by Alertmanager previously are migrated to new hierarchy. Support for this migration will be removed in Cortex 1.10. #3910
6+
* [CHANGE] Alertmanager now stores local files in per-tenant folders. Files stored by Alertmanager previously are migrated to new hierarchy. Support for this migration will be removed in Cortex 1.11. #3910
7+
* [CHANGE] Ruler: deprecated `-ruler.storage.*` CLI flags (and their respective YAML config options) in favour of `-ruler-storage.*`. The deprecated config will be removed in Cortex 1.11. #3944
78
* [CHANGE] Alertmanager: removed `-cluster.` CLI flags deprecated in Cortex 1.7. The new config options to use are: #3946
89
* `-alertmanager.cluster.listen-address` instead of `-cluster.listen-address`
910
* `-alertmanager.cluster.advertise-address` instead of `-cluster.advertise-address`
1011
* `-alertmanager.cluster.peers` instead of `-cluster.peer`
1112
* `-alertmanager.cluster.peer-timeout` instead of `-cluster.peer-timeout`
12-
* [FEATURE] Ruler Storage: Added `local` backend support to the ruler storage configuration under the `-ruler-storage.` flag prefix. #3932
13+
* [FEATURE] Ruler: added `local` backend support to the ruler storage configuration under the `-ruler-storage.` flag prefix. #3932
1314
* [ENHANCEMENT] Ruler: optimized `<prefix>/api/v1/rules` and `<prefix>/api/v1/alerts` when ruler sharding is enabled. #3916
1415
* [ENHANCEMENT] Ruler: added the following metrics when ruler sharding is enabled: #3916
1516
* `cortex_ruler_clients`

0 commit comments

Comments
 (0)