Skip to content

Commit 0ed69e8

Browse files
author
Tyler Reid
committed
Reduce threshold to .8 and update message to match alert
1 parent 901a699 commit 0ed69e8

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
@@ -362,15 +362,15 @@
362362
(cortex_distributor_inflight_push_requests / ignoring(limit) cortex_distributor_instance_limits{limit="max_inflight_push_requests"})
363363
and ignoring (limit)
364364
(cortex_distributor_instance_limits{limit="max_inflight_push_requests"} > 0)
365-
) > 0.9
365+
) > 0.8
366366
|||,
367367
'for': '5m',
368368
labels: {
369369
severity: 'critical',
370370
},
371371
annotations: {
372372
message: |||
373-
Distributor {{ $labels.job }}/{{ $labels.instance }} has reached {{ $value | humanizePercentage }} of its series limit.
373+
Distributor {{ $labels.job }}/{{ $labels.instance }} has reached {{ $value | humanizePercentage }} of its inflight push request limit.
374374
|||,
375375
},
376376
},

0 commit comments

Comments
 (0)