We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901a699 commit 0ed69e8Copy full SHA for 0ed69e8
cortex-mixin/alerts/alerts.libsonnet
@@ -362,15 +362,15 @@
362
(cortex_distributor_inflight_push_requests / ignoring(limit) cortex_distributor_instance_limits{limit="max_inflight_push_requests"})
363
and ignoring (limit)
364
(cortex_distributor_instance_limits{limit="max_inflight_push_requests"} > 0)
365
- ) > 0.9
+ ) > 0.8
366
|||,
367
'for': '5m',
368
labels: {
369
severity: 'critical',
370
},
371
annotations: {
372
message: |||
373
- Distributor {{ $labels.job }}/{{ $labels.instance }} has reached {{ $value | humanizePercentage }} of its series limit.
+ Distributor {{ $labels.job }}/{{ $labels.instance }} has reached {{ $value | humanizePercentage }} of its inflight push request limit.
374
375
376
0 commit comments