Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#363 from grafana/increase-C…
Browse files Browse the repository at this point in the history
…ortexIngesterReachingSeriesLimit-critical-alert-threshold

Increased CortexIngesterReachingSeriesLimit critical alert threshold from 80% to 85%
  • Loading branch information
pracucci authored Jul 28, 2021
2 parents 1005fcd + ec2f95c commit f63182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/mimir-mixin/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
(cortex_ingester_memory_series / ignoring(limit) cortex_ingester_instance_limits{limit="max_series"})
and ignoring (limit)
(cortex_ingester_instance_limits{limit="max_series"} > 0)
) > 0.8
) > 0.85
|||,
'for': '5m',
labels: {
Expand Down

0 comments on commit f63182f

Please sign in to comment.