Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit f1c0d9e

Browse files
committed
Improve messaging.
1 parent ba0fc52 commit f1c0d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cortex-mixin/docs/playbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In general, pushing samples can fail due to problems with Cortex operations (eg.
152152
This alert fires only for first kind of problems, and not for problems caused by limits or invalid rules.
153153

154154
How to **fix**:
155-
- Investigate the ruler logs to find out the reason why ruler cannot write samples.
155+
- Investigate the ruler logs to find out the reason why ruler cannot write samples. Note that ruler logs all push errors, including "user errors", but those are not causing the alert to fire. Focus on problems with ingesters.
156156

157157
### CortexRulerTooManyFailedQueries
158158

@@ -163,7 +163,7 @@ Each rule evaluation may fail due to many reasons, eg. due to invalid PromQL exp
163163
There is a category of errors that is more important: errors due to failure to read data from store-gateways or ingesters. These errors would result in 500 when run from querier. This alert fires if there is too many of such failures.
164164

165165
How to **fix**:
166-
- Investigate the ruler logs to find out the reason why ruler cannot evaluate queries. Note that rule logs rule evaluation errors even for "user errors", but those are not causing the alert to fire. Focus on problems with ingesters or store-gateways.
166+
- Investigate the ruler logs to find out the reason why ruler cannot evaluate queries. Note that ruler logs rule evaluation errors even for "user errors", but those are not causing the alert to fire. Focus on problems with ingesters or store-gateways.
167167

168168
### CortexRulerMissedEvaluations
169169

0 commit comments

Comments
 (0)