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 d9bf772 commit 727addcCopy full SHA for 727addc
cortex-mixin/alerts/alerts.libsonnet
@@ -409,7 +409,7 @@
409
alert: 'CortexProvisioningTooManyWrites',
410
// 80k writes / s per ingester max.
411
expr: |||
412
- avg by (%s) (rate(cortex_ingester_ingested_samples_total[1m])) > 80e3
+ avg by (%s) (rate(cortex_ingester_ingested_samples_total[1m])) > 160e3
413
||| % $._config.alert_aggregation_labels,
414
'for': '15m',
415
labels: {
0 commit comments