Skip to content

Commit

Permalink
Increase CortexProvisioningTooManyWrites alert threshold to 160k
Browse files Browse the repository at this point in the history
  • Loading branch information
mvnarsing committed Sep 24, 2024
1 parent 435c753 commit bd97714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-mixin/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
alert: 'CortexProvisioningTooManyWrites',
// 80k writes / s per ingester max.
expr: |||
avg by (%s) (rate(cortex_ingester_ingested_samples_total[1m])) > 80e3
avg by (%s) (rate(cortex_ingester_ingested_samples_total[1m])) > 160e3
||| % $._config.alert_aggregation_labels,
'for': '15m',
labels: {
Expand Down

0 comments on commit bd97714

Please sign in to comment.