Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#362 from grafana/beorn7/ale…
Browse files Browse the repository at this point in the history
…rting

Make CortexIngesterReachingSeriesLimit warning less sensitive
  • Loading branch information
pracucci committed Jul 28, 2021
2 parents 65c91af + c5d98a9 commit 1005fcd
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 @@ -257,7 +257,7 @@
(cortex_ingester_instance_limits{limit="max_series"} > 0)
) > 0.7
|||,
'for': '5m',
'for': '3h',
labels: {
severity: 'warning',
},
Expand Down

0 comments on commit 1005fcd

Please sign in to comment.