-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
operator: Add support for ruler component #5211
Comments
implementation in PR #5188 |
@periklis @Red-GV @jacobsakran please review above |
Hi! This issue has been automatically marked as stale because it has not had any We use a stalebot among other tools to help manage the state of issues in this project. Stalebots are also emotionless and cruel and can close issues which are still very relevant. If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry. We regularly sort for closed issues which have a We may also:
We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task, |
👍 |
Loki stack includes a new GA'ed component called Ruler. The
Ruler
component marriage metrics with logs closing the gap for customers to achieve a real consolidated observability solution. The Ruler component is responsible for continually evaluating a set of configurable queries and performing actions based on the result. There are two key types of rules that theRuler
component supports Alerting Rules and Recording RulesNote: In addition to the direct business value, this PR also aligns Loki Operator functionality with Loki Helm functionality. Loki Helm already provides the ability to deploy the
Ruler
component hereWith this new feature, customers will be able to selectively deploy Loki
Ruler
component as part of LokiStack operator deployments and be able to define a set of rules and any additionalRuler
configuration needed for theRuler
component to function as described in theRuler
API documentation here.As an alternative customers can use helm charts and not use Loki operator when the
Ruler
component is required.Customer-facing API:
It is suggested that the Operator configuration for the
Ruler
component will be common to the configuration used by other deployments such as the Helm charts. This includes a config-map that will be created by customers. The config-map points to a yaml file holding theRuler
rules. This is the same approach used by the Helm chart solution hereExample for such
ruler_rules.yaml
file::The text was updated successfully, but these errors were encountered: