Skip to content

Commit f3b6181

Browse files
authored
fix comment
1 parent ba68a28 commit f3b6181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/alerts/alerts.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
},
408408
{
409409
alert: 'CortexProvisioningTooManyWrites',
410-
// 80k writes / s per ingester max.
410+
// 160k writes / s per ingester max.
411411
expr: |||
412412
avg by (%s) (rate(cortex_ingester_ingested_samples_total[1m])) > 160e3
413413
||| % $._config.alert_aggregation_labels,

0 commit comments

Comments
 (0)