Skip to content

Commit 33dd2e9

Browse files
committed
multiline annotation for CortexIngesterUnhealthy alert
1 parent 567320d commit 33dd2e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
severity: 'critical',
1919
},
2020
annotations: {
21-
message: 'Cortex cluster %(alert_aggregation_variables)s has {{ printf "%%f" $value }} unhealthy ingester(s).' % $._config,
21+
message: |||
22+
Cortex cluster %(alert_aggregation_variables)s has {{ printf "%%f" $value }} unhealthy ingester(s).
23+
||| % $._config,
2224
},
2325
},
2426
{

0 commit comments

Comments
 (0)