Skip to content

Commit c6e8d4e

Browse files
committed
Fixed alert message
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 4d5df5c commit c6e8d4e

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
@@ -735,7 +735,7 @@
735735
},
736736
annotations: {
737737
message: |||
738-
Cortex {{ $labels.pod }} in %(alert_aggregation_variables)s is failing to talk to Consul store ${{ labels.kv_name }}.
738+
Cortex {{ $labels.pod }} in %(alert_aggregation_variables)s is failing to talk to Consul store {{ $labels.kv_name }}.
739739
||| % $._config,
740740
},
741741
},

0 commit comments

Comments
 (0)