Skip to content

Commit 727addc

Browse files
committed
Increase CortexProvisioningTooManyWrites alert threshold to 160k
Signed-off-by: Narsing Metpally <[email protected]>
1 parent d9bf772 commit 727addc

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
@@ -409,7 +409,7 @@
409409
alert: 'CortexProvisioningTooManyWrites',
410410
// 80k writes / s per ingester max.
411411
expr: |||
412-
avg by (%s) (rate(cortex_ingester_ingested_samples_total[1m])) > 80e3
412+
avg by (%s) (rate(cortex_ingester_ingested_samples_total[1m])) > 160e3
413413
||| % $._config.alert_aggregation_labels,
414414
'for': '15m',
415415
labels: {

0 commit comments

Comments
 (0)