Skip to content

Commit 68cba07

Browse files
committed
rebuild assets
Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
1 parent d9f1319 commit 68cba07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

operations/mimir-mixin-compiled-baremetal/alerts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,11 +1139,11 @@ groups:
11391139
severity: critical
11401140
- alert: MimirBlockBuilderNoCycleProcessing
11411141
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.
11431143
runbook_url: https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimirblockbuildernocycleprocessing
11441144
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
11471147
labels:
11481148
severity: warning
11491149
- alert: MimirBlockBuilderCompactAndUploadFailed

operations/mimir-mixin-compiled/alerts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,11 +1153,11 @@ groups:
11531153
severity: critical
11541154
- alert: MimirBlockBuilderNoCycleProcessing
11551155
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.
11571157
runbook_url: https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimirblockbuildernocycleprocessing
11581158
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
11611161
labels:
11621162
severity: warning
11631163
- alert: MimirBlockBuilderCompactAndUploadFailed

0 commit comments

Comments
 (0)