Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#404 from grafana/improve-Co…
Browse files Browse the repository at this point in the history
…rtexIngesterReachingSeriesLimit

Fine tune CortexIngesterReachingSeriesLimit alert
  • Loading branch information
pracucci authored Oct 14, 2021
2 parents ca7cc8a + c180588 commit 4de2e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonnet/mimir-mixin/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,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.7
) > 0.8
|||,
'for': '3h',
labels: {
Expand All @@ -279,7 +279,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.85
) > 0.9
|||,
'for': '5m',
labels: {
Expand Down

0 comments on commit 4de2e29

Please sign in to comment.