Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit c936b32

Browse files
authored
Merge pull request #65 from grafana/fix-ruler-alert
Fixed ruler alert
2 parents 0cdcec8 + 968f976 commit c936b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
{
427427
alert: 'CortexRulerFailedRingCheck',
428428
expr: |||
429-
sum(rate(cortex_ruler_ring_check_errors_total[5m]) by (namespace, job)
429+
sum(rate(cortex_ruler_ring_check_errors_total[5m])) by (namespace, job)
430430
> 0
431431
|||,
432432
'for': '1m',

0 commit comments

Comments
 (0)