File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
internal/manifests/internal/alerts Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ The schema configuration does not contain the most recent schema version and nee
366
366
367
367
- Add a new object storage schema V13 with a future EffectiveDate
368
368
369
- ## Lokistack Components Not Ready
369
+ ## Lokistack Components Not Ready Warning
370
370
371
371
### Impact
372
372
@@ -378,7 +378,7 @@ The LokiStack reports that some components have not reached the `Ready` state. T
378
378
379
379
### Severity
380
380
381
- ` Critical `
381
+ ` Warning `
382
382
383
383
### Access Required
384
384
Original file line number Diff line number Diff line change @@ -209,17 +209,17 @@ groups:
209
209
for : 1m
210
210
labels :
211
211
severity : warning
212
- - alert : LokistackComponentsNotReady
212
+ - alert : LokistackComponentsNotReadyWarning
213
213
annotations :
214
214
description : |-
215
215
The LokiStack "{{ $labels.stack_name }}" in namespace "{{ $labels.stack_namespace }}" has components that are not ready.
216
216
summary : " One or more LokiStack components are not ready."
217
- runbook_url : " [[ .RunbookURL ]]#Lokistack-Pending- Components"
217
+ runbook_url : " [[ .RunbookURL ]]#Lokistack-Components-Not-Ready-Warning "
218
218
expr : |
219
219
sum (
220
220
lokistack_status_condition{reason="ReadyComponents", status="false"}
221
221
) by (stack_name, stack_namespace)
222
222
> 0
223
223
for : 10m
224
224
labels :
225
- severity : critical
225
+ severity : warning
Original file line number Diff line number Diff line change @@ -198,13 +198,13 @@ tests:
198
198
summary : Loki is discarding samples during ingestion because they fail validation.
199
199
runbook_url : " [[ .RunbookURL]]#Loki-Discarded-Samples-Warning"
200
200
- eval_time : 26m
201
- alertname : LokistackComponentsNotReady
201
+ alertname : LokistackComponentsNotReadyWarning
202
202
exp_alerts :
203
203
- exp_labels :
204
204
stack_namespace : my-ns
205
205
stack_name : mystack
206
- severity : critical
206
+ severity : warning
207
207
exp_annotations :
208
208
description : ' The LokiStack "mystack" in namespace "my-ns" has components that are not ready.'
209
209
summary : " One or more LokiStack components are not ready."
210
- runbook_url : " [[ .RunbookURL ]]#Lokistack-Pending- Components"
210
+ runbook_url : " [[ .RunbookURL ]]#Lokistack-Components-Not-Ready-Warning "
You can’t perform that action at this time.
0 commit comments