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 66* [ CHANGE] Remove chunks support for dashboards
77* [ CHANGE] Target 3M memory series per ingester instead of 1.5M
88* [ CHANGE] Update jsonnet-libs to Fri Jul 19 12:51:49 2024 #57
9+ * [ CHANGE] Increase CortexProvisioningTooManyWrites alert threshold to 160e3
910* [ CHANGE] Use ` timeseriesPanel ` instead of ` panel ` when creating panels #58
1011* [ ENHANCEMENT] Configure ` -ingester.client.grpc-compression ` to be ` snappy-block `
1112* [ ENHANCEMENT] Support Grafana 11 in Cortex Service Scaling Dashboard
Original file line number Diff line number Diff line change 407407 },
408408 {
409409 alert: 'CortexProvisioningTooManyWrites' ,
410- // 80k writes / s per ingester max.
410+ // 160k 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: {
You can’t perform that action at this time.
0 commit comments