-
Notifications
You must be signed in to change notification settings - Fork 544
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
Helm: Add support for dedicated ruler query path #7964
Helm: Add support for dedicated ruler query path #7964
Conversation
@dimitarvdimitrov Sorry for the ping, I wonder if you would have capacity to review this? |
i'll take a look later this week; apologies for the delay. At a glance one thing that's missing is a test values file. This is one example. After creating the file and running |
I added the tests as requested :) |
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.
nice work! Thank you for cleaning this up and adding autoscaling. I only left a single suggestion regarding the outdated comments from the original PR
Co-authored-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
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! Thank you for your work @alex5517!
This change will be included in the weekly |
* Add support for dedicated ruler query path * Add feature to changelog * Default to false * Add ci test for ruler dedicated query path * rename test file + build tests * update comments * Update operations/helm/charts/mimir-distributed/CHANGELOG.md Co-authored-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com> --------- Co-authored-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
What this PR does
This PR provides the option to deploy a read path dedicated to the ruler.
This allows you to scale user/dashboards queries independently from the ruler usage.
Another PR that does the same but has no activity #5081
Closes #5081
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.