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

Commit da183ef

Browse files
authored
Merge pull request #363 from grafana/increase-CortexIngesterReachingSeriesLimit-critical-alert-threshold
Increased CortexIngesterReachingSeriesLimit critical alert threshold from 80% to 85%
2 parents 9ba9ac9 + b3c5c1f commit da183ef

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
@@ -20,6 +20,7 @@
2020
* [CHANGE] Removed `CortexCacheRequestErrors` alert. This alert was not working because the legacy Cortex cache client instrumentation doesn't track errors. #346
2121
* [CHANGE] Removed `CortexQuerierCapacityFull` alert. #342
2222
* [CHANGE] Changes blocks storage alerts to group metrics by the configured `cluster_labels` (supporting the deprecated `alert_aggregation_labels`). #351
23+
* [CHANGE] Increased `CortexIngesterReachingSeriesLimit` critical alert threshold from 80% to 85%. #363
2324
* [ENHANCEMENT] cortex-mixin: Make `cluster_namespace_deployment:kube_pod_container_resource_requests_{cpu_cores,memory_bytes}:sum` backwards compatible with `kube-state-metrics` v2.0.0. #317
2425
* [ENHANCEMENT] Cortex-mixin: Include `cortex-gw-internal` naming variation in default `gateway` job names. #328
2526
* [ENHANCEMENT] Ruler dashboard: added object storage metrics. #354

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
(cortex_ingester_memory_series / ignoring(limit) cortex_ingester_instance_limits{limit="max_series"})
275275
and ignoring (limit)
276276
(cortex_ingester_instance_limits{limit="max_series"} > 0)
277-
) > 0.8
277+
) > 0.85
278278
|||,
279279
'for': '5m',
280280
labels: {

0 commit comments

Comments
 (0)