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

Commit ba0fc52

Browse files
committed
Better alert messages.
1 parent 84e9b14 commit ba0fc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
},
542542
annotations: {
543543
message: |||
544-
Cortex Ruler {{ $labels.instance }} is experiencing {{ printf "%.2f" $value }}% write errors.
544+
Cortex Ruler {{ $labels.instance }} is experiencing {{ printf "%.2f" $value }}% write (push) errors.
545545
|||,
546546
},
547547
},
@@ -560,7 +560,7 @@
560560
},
561561
annotations: {
562562
message: |||
563-
Cortex Ruler {{ $labels.instance }} is experiencing {{ printf "%.2f" $value }}% write errors.
563+
Cortex Ruler {{ $labels.instance }} is experiencing {{ printf "%.2f" $value }}% errors while evaluating rules.
564564
|||,
565565
},
566566
},

0 commit comments

Comments
 (0)