-
Notifications
You must be signed in to change notification settings - Fork 831
enable ruler HA #4712
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
enable ruler HA #4712
Conversation
3aff5d7
to
cd78c71
Compare
Signed-off-by: Yijie Qin <qinyijie@amazon.com> Signed-off-by: Yijie Qin <qinxiuxiu2016@gmail.com>
8a5e31b
to
bfd3af0
Compare
ce6bf0f
to
ec66fcf
Compare
@@ -9,6 +9,7 @@ | |||
* [FEATURE] Compactor: Add `-compactor.skip-blocks-with-out-of-order-chunks-enabled` configuration to mark blocks containing index with out-of-order chunks for no compact instead of halting the compaction | |||
* [FEATURE] Querier/Query-Frontend: Add `-querier.per-step-stats-enabled` and `-frontend.cache-queryable-samples-stats` configurations to enable query sample statistics | |||
* [FEATURE] Add shuffle sharding for the compactor #4433 | |||
* [ENHANCEMENT] Ruler: enable ruler HA by having replication factore more than 3. We will also use the prometheus RuleGroupPostProcessFunc to sync for state before each rule group evaluation |
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.
* [ENHANCEMENT] Ruler: enable ruler HA by having replication factore more than 3. We will also use the prometheus RuleGroupPostProcessFunc to sync for state before each rule group evaluation | |
* [ENHANCEMENT] Ruler: enable ruler HA by having replication factore more than 3. We will also use the prometheus RuleGroupPostProcessFunc to sync for state before each rule group evaluation. #4712 |
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions. |
@@ -9,6 +9,7 @@ | |||
* [FEATURE] Compactor: Add `-compactor.skip-blocks-with-out-of-order-chunks-enabled` configuration to mark blocks containing index with out-of-order chunks for no compact instead of halting the compaction | |||
* [FEATURE] Querier/Query-Frontend: Add `-querier.per-step-stats-enabled` and `-frontend.cache-queryable-samples-stats` configurations to enable query sample statistics | |||
* [FEATURE] Add shuffle sharding for the compactor #4433 | |||
* [ENHANCEMENT] Ruler: enable ruler HA by having replication factore more than 3. We will also use the prometheus RuleGroupPostProcessFunc to sync for state before each rule group evaluation |
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.
factor*
What this PR does:
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]