I want to configure ruler alert which will check the connectivity of ruler with backend azure blob storage. #14514
Replies: 2 comments
|
That rule won't fire, because The One thing worth deciding: alert: RulerStorageConnectionErrors
expr: sum(rate(thanos_objstore_bucket_operation_failures_total{component="ruler-storage"}[5m])) > 0.01
for: 10mCheck the exact label values against your own |
|
That rule will not fire, because Mimir's ruler reaches object storage through the Thanos objstore layer, which emits A couple of refinements:
|
Uh oh!
There was an error while loading. Please reload this page.
Will below alerts rule will help me ?
alert: RulerStorageConnectionErrors
expr: rate(mimir_ruler_storage_request_errors_total[5m]) > 0
for: 3m
labels:
severity: critical
annotations:
summary: "Ruler storage API connection errors"
description: "The ruler is unable to reach Azure Blob Storage or is experiencing connectivity/DNS/authentication issues."
All reactions