File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
* [ CHANGE] Remove chunks support for dashboards
7
7
* [ CHANGE] Target 3M memory series per ingester instead of 1.5M
8
8
* [ CHANGE] Update jsonnet-libs to Fri Jul 19 12:51:49 2024 #57
9
+ * [ CHANGE] Increase CortexProvisioningTooManyWrites alert threshold to 160e3
9
10
* [ ENHANCEMENT] Configure ` -ingester.client.grpc-compression ` to be ` snappy-block `
10
11
* [ ENHANCEMENT] Support Grafana 11 in Cortex Service Scaling Dashboard
11
12
Original file line number Diff line number Diff line change 407
407
},
408
408
{
409
409
alert: 'CortexProvisioningTooManyWrites' ,
410
- // 80k writes / s per ingester max.
410
+ // 160k writes / s per ingester max.
411
411
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
413
413
||| % $._config.alert_aggregation_labels,
414
414
'for' : '15m' ,
415
415
labels: {
You can’t perform that action at this time.
0 commit comments