File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 201
201
severity: 'warning' ,
202
202
},
203
203
annotations: {
204
- message: '{{ $labels.job }}/{{ $labels.instance }} has restarted {{ printf "%.2f" $value }} times in the last 30 mins.' ,
204
+ message: |||
205
+ {{ $labels.job }}/{{ $labels.instance }} has restarted {{ printf "%.2f" $value }} times in the last 30 mins.
206
+ ||| ,
205
207
},
206
208
},
207
209
{
214
216
severity: 'critical' ,
215
217
},
216
218
annotations: {
217
- message: '{{ $labels.job }}/{{ $labels.instance }} transfer failed.' ,
219
+ message: |||
220
+ {{ $labels.job }}/{{ $labels.instance }} transfer failed.
221
+ ||| ,
218
222
},
219
223
},
220
224
{
268
272
severity: 'critical' ,
269
273
},
270
274
annotations: {
271
- message: '{{ $labels.job }}/{{ $labels.instance }} has a number of mmap-ed areas close to the limit.' ,
275
+ message: |||
276
+ {{ $labels.job }}/{{ $labels.instance }} has a number of mmap-ed areas close to the limit.
277
+ ||| ,
272
278
},
273
279
},
274
280
],
690
696
severity: 'warning' ,
691
697
},
692
698
annotations: {
693
- message: 'Cortex instance {{ $labels.instance }} in %(alert_aggregation_variables)s sees incorrect number of gossip members.' % $._config,
699
+ message: |||
700
+ Cortex instance {{ $labels.instance }} in %(alert_aggregation_variables)s sees incorrect number of gossip members.
701
+ ||| % $._config,
694
702
},
695
703
},
696
704
],
You can’t perform that action at this time.
0 commit comments