Skip to content

Commit

Permalink
Move rules to their own group.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesg committed Sep 22, 2021
1 parent ad1a72a commit 826af4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cortex-mixin/recording_rules.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ local utils = import 'mixin-utils/utils.libsonnet';
)
|||,
},
],
},
{
name: 'cortex_alertmanager_rules',
rules: [
// Aggregations of per-user Alertmanager metrics used in dashboards.
{
record: 'cluster_job_%s:cortex_alertmanager_alerts:sum' % $._config.per_instance_label,
Expand Down

0 comments on commit 826af4d

Please sign in to comment.