-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate old ruler storage config #3945
Deprecate old ruler storage config #3945
Conversation
Signed-off-by: Marco Pracucci <[email protected]>
@@ -3,8 +3,9 @@ | |||
## master / unreleased | |||
|
|||
* [CHANGE] Alertmanager now removes local files after Alertmanager is no longer running for removed or resharded user. #3910 | |||
* [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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've changed this from 1.10 to 1.11 because we have to keep deprecated features for 2 releases so since this will end up in 1.9 we can remove it in 1.11. Am I missing anything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM
Signed-off-by: Marco Pracucci <[email protected]>
@@ -153,213 +153,8 @@ tenant_federation: | |||
# The ruler_config configures the Cortex ruler. | |||
[ruler: <ruler_config>] | |||
|
|||
ruler_storage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved below to its dedication section to keep this huge reference file cleaner.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -3,8 +3,9 @@ | |||
## master / unreleased | |||
|
|||
* [CHANGE] Alertmanager now removes local files after Alertmanager is no longer running for removed or resharded user. #3910 | |||
* [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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM
@@ -153,213 +153,8 @@ tenant_federation: | |||
# The ruler_config configures the Cortex ruler. | |||
[ruler: <ruler_config>] | |||
|
|||
ruler_storage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What this PR does:
We've rolled out the new ruler storage config in our cluster and so far looks good. I would like to do the next step which is marking the old config as deprecated and the new one as stable (will be effective only once 1.9 will be released so about 5 weeks from now).
Which issue(s) this PR fixes:
N/A
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]