File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
mimir-mixin-compiled-baremetal Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1139,11 +1139,11 @@ groups:
1139
1139
severity : critical
1140
1140
- alert : MimirBlockBuilderNoCycleProcessing
1141
1141
annotations :
1142
- message : Mimir Block-builder {{ $labels.instance }} in {{ $labels.cluster }}/{{ $labels.namespace }} has not processed cycles in the past hour.
1142
+ message : Mimir {{ $labels.instance }} in {{ $labels.cluster }}/{{ $labels.namespace }} has not processed cycles in the past hour.
1143
1143
runbook_url : https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimirblockbuildernocycleprocessing
1144
1144
expr : |
1145
- max by(cluster, namespace) (histogram_count(increase(cortex_blockbuilder_consume_cycle_duration_seconds[1h ]))) == 0
1146
- for : 30m
1145
+ max by(cluster, namespace, instance ) (histogram_count(increase(cortex_blockbuilder_consume_cycle_duration_seconds[60m ]))) == 0
1146
+ for : 5m
1147
1147
labels :
1148
1148
severity : warning
1149
1149
- alert : MimirBlockBuilderCompactAndUploadFailed
Original file line number Diff line number Diff line change @@ -1153,11 +1153,11 @@ groups:
1153
1153
severity : critical
1154
1154
- alert : MimirBlockBuilderNoCycleProcessing
1155
1155
annotations :
1156
- message : Mimir Block-builder {{ $labels.pod }} in {{ $labels.cluster }}/{{ $labels.namespace }} has not processed cycles in the past hour.
1156
+ message : Mimir {{ $labels.pod }} in {{ $labels.cluster }}/{{ $labels.namespace }} has not processed cycles in the past hour.
1157
1157
runbook_url : https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimirblockbuildernocycleprocessing
1158
1158
expr : |
1159
- max by(cluster, namespace) (histogram_count(increase(cortex_blockbuilder_consume_cycle_duration_seconds[1h ]))) == 0
1160
- for : 30m
1159
+ max by(cluster, namespace, pod ) (histogram_count(increase(cortex_blockbuilder_consume_cycle_duration_seconds[60m ]))) == 0
1160
+ for : 5m
1161
1161
labels :
1162
1162
severity : warning
1163
1163
- alert : MimirBlockBuilderCompactAndUploadFailed
You can’t perform that action at this time.
0 commit comments