We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca7cc8a + c180588 commit 4de2e29Copy full SHA for 4de2e29
jsonnet/mimir-mixin/alerts/alerts.libsonnet
@@ -260,7 +260,7 @@
260
(cortex_ingester_memory_series / ignoring(limit) cortex_ingester_instance_limits{limit="max_series"})
261
and ignoring (limit)
262
(cortex_ingester_instance_limits{limit="max_series"} > 0)
263
- ) > 0.7
+ ) > 0.8
264
|||,
265
'for': '3h',
266
labels: {
@@ -279,7 +279,7 @@
279
280
281
282
- ) > 0.85
+ ) > 0.9
283
284
'for': '5m',
285
0 commit comments