Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Nov 22, 2024
1 parent a7c9505 commit 00ece71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ spec:
- alert: MimirRulerTooManyFailedQueries
annotations:
dashboard: 631e15d5d85afb2ca8e35d62984eeaa0/mimir-ruler
description: '{{`Mimir Ruler {{ $labels.pod }} in ${{ labels.cluster_id }} cluster is experiencing {{ printf "%.2f" $value }}$ errors while evaluating rules.`}}'
description: '{{`Mimir Ruler {{ $labels.pod }} in ${{ $labels.cluster_id }} cluster is experiencing {{ printf "%.2f" $value }}$ errors while evaluating rules.`}}'
opsrecipe: mimir/
expr: |
100 * (
Expand Down

0 comments on commit 00ece71

Please sign in to comment.