Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 5512bdd

Browse files
authored
Merge pull request #256 from grafana/raise-ingester-memory-alert-threshold
Increased CortexAllocatingTooMuchMemory alert threshold
2 parents 1c18e66 + 72e3069 commit 5512bdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## master / unreleased
44

55
* [CHANGE] Only single cluster and namespace can now be selected in "resources" dashboards. #251
6+
* [CHANGE] Increased `CortexAllocatingTooMuchMemory` warning alert threshold from 50% to 65%. #256
67
* [ENHANCEMENT] Added `unregister_ingesters_on_shutdown` config option to disable unregistering ingesters on shutdown (default is enabled). #213
78
* [ENHANCEMENT] Improved blocks storage observability: #237
89
- Cortex / Queries: added bucket index load operations and latency (available only when bucket index is enabled)

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
container_memory_working_set_bytes{container="ingester"}
405405
/
406406
container_spec_memory_limit_bytes{container="ingester"}
407-
) > 0.5
407+
) > 0.65
408408
|||,
409409
'for': '15m',
410410
labels: {

0 commit comments

Comments
 (0)