-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Docs: Expand ruler recommended alerting docs #1719
Conversation
Signed-off-by: Ian Billett <[email protected]>
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.
Hi, thanks for the contribution!
I'm not completely sure about stating the Query explicitly. Depending on the strategy this could be also caused by failing any of the StoreAPI called by the Query. Maybe at least state that it is "most probably" caused by it but tbh first thing you should probably do is to check the logs which will tell you what was the issue?
Co-Authored-By: Bartlomiej Plotka <[email protected]> Signed-off-by: Ian Billett <[email protected]>
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.
Great, thanks! :)
docs/components/rule.md
Outdated
@@ -81,7 +81,9 @@ The most important metrics to alert on are: | |||
indicate connection, incompatibility or misconfiguration problems. | |||
|
|||
* `prometheus_rule_evaluation_failures_total`. If greater than 0, it means that that rule failed to be evaluated, which results in | |||
either gap in rule or potentially ignored alert. Alert heavily on this if this happens for longer than your alert thresholds. | |||
either gap in rule or potentially ignored alert. This metric might indicate problems on the queryAPI endpoint you use. | |||
|
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.
This new line here breaks the formatting of the list. This makes the line “alert heavily...” appear out of the list, and then the list continues.
Signed-off-by: Ian Billett <[email protected]>
@squat good spot - updated to remove the newline |
Thanks :) |
* updates ruler docs Signed-off-by: Ian Billett <[email protected]> * Update docs/components/rule.md Co-Authored-By: Bartlomiej Plotka <[email protected]> Signed-off-by: Ian Billett <[email protected]> * removes newline Signed-off-by: Ian Billett <[email protected]> Signed-off-by: Aleksey Sin <[email protected]>
Changes
This addition to the documentation would have answered this question that I raised on slack.
Added sentence to the documentation for
Ruler
component.Verification
Not applicable.