Skip to content

Commit

Permalink
update mimir-mixin
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>

update tempo-mixin

Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Dec 1, 2023
1 parent 6c1c0cb commit 7561bae
Show file tree
Hide file tree
Showing 45 changed files with 122,755 additions and 128,249 deletions.
90,190 changes: 43,935 additions & 46,255 deletions monitoring-mixins/k8s-all-in-one.yaml

Large diffs are not rendered by default.

27 changes: 8 additions & 19 deletions monitoring-mixins/mimir-mixin/deploy/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -739,17 +739,6 @@ groups:
for: 3m
labels:
severity: critical
- alert: MimirQuerierHasNotScanTheBucket
annotations:
message: Mimir Querier {{ $labels.pod }} in {{ $labels.cluster }}/{{ $labels.namespace }} has not successfully scanned the bucket since {{ $value | humanizeDuration }}.
runbook_url: https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimirquerierhasnotscanthebucket
expr: |
(time() - cortex_querier_blocks_last_successful_scan_timestamp_seconds > 60 * 30)
and
cortex_querier_blocks_last_successful_scan_timestamp_seconds > 0
for: 5m
labels:
severity: critical
- alert: MimirStoreGatewayHasNotSyncTheBucket
annotations:
message: Mimir store-gateway {{ $labels.pod }} in {{ $labels.cluster }}/{{ $labels.namespace }} has not successfully synched the bucket since {{ $value | humanizeDuration }}.
Expand Down Expand Up @@ -856,21 +845,21 @@ groups:
labels:
severity: critical
time_period: since-start
- alert: MimirCompactorSkippedBlocksWithOutOfOrderChunks
- alert: MimirCompactorSkippedUnhealthyBlocks
annotations:
message: Mimir Compactor {{ $labels.pod }} in {{ $labels.cluster }}/{{ $labels.namespace }} has found and ignored blocks with out of order chunks.
runbook_url: https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimircompactorskippedblockswithoutoforderchunks
message: Mimir Compactor {{ $labels.pod }} in {{ $labels.cluster }}/{{ $labels.namespace }} has found and ignored unhealthy blocks.
runbook_url: https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimircompactorskippedunhealthyblocks
expr: |
increase(cortex_compactor_blocks_marked_for_no_compaction_total{reason="block-index-out-of-order-chunk"}[5m]) > 0
increase(cortex_compactor_blocks_marked_for_no_compaction_total[5m]) > 0
for: 1m
labels:
severity: warning
- alert: MimirCompactorSkippedBlocksWithOutOfOrderChunks
- alert: MimirCompactorSkippedUnhealthyBlocks
annotations:
message: Mimir Compactor {{ $labels.pod }} in {{ $labels.cluster }}/{{ $labels.namespace }} has found and ignored blocks with out of order chunks.
runbook_url: https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimircompactorskippedblockswithoutoforderchunks
message: Mimir Compactor {{ $labels.pod }} in {{ $labels.cluster }}/{{ $labels.namespace }} has found and ignored unhealthy blocks.
runbook_url: https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#mimircompactorskippedunhealthyblocks
expr: |
increase(cortex_compactor_blocks_marked_for_no_compaction_total{reason="block-index-out-of-order-chunk"}[5m]) > 1
increase(cortex_compactor_blocks_marked_for_no_compaction_total[5m]) > 1
for: 30m
labels:
severity: critical
Expand Down
Loading

0 comments on commit 7561bae

Please sign in to comment.