Skip to content

Commit 826af4d

Browse files
committed
Move rules to their own group.
1 parent ad1a72a commit 826af4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cortex-mixin/recording_rules.libsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,11 @@ local utils = import 'mixin-utils/utils.libsonnet';
364364
)
365365
|||,
366366
},
367+
],
368+
},
369+
{
370+
name: 'cortex_alertmanager_rules',
371+
rules: [
367372
// Aggregations of per-user Alertmanager metrics used in dashboards.
368373
{
369374
record: 'cluster_job_%s:cortex_alertmanager_alerts:sum' % $._config.per_instance_label,

0 commit comments

Comments
 (0)