From 6c81f3620361fde8f4fdefbe0d1364218aea737c Mon Sep 17 00:00:00 2001 From: "Abdurrahman J. Allawala" <35939863+aallawala@users.noreply.github.com> Date: Wed, 20 Oct 2021 10:39:39 -0700 Subject: [PATCH] Update cortex-mixin/config.libsonnet Co-authored-by: Marco Pracucci --- cortex-mixin/config.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex-mixin/config.libsonnet b/cortex-mixin/config.libsonnet index 5424123..3e490f0 100644 --- a/cortex-mixin/config.libsonnet +++ b/cortex-mixin/config.libsonnet @@ -37,7 +37,7 @@ store_gateway: '(store-gateway|cortex$)', gateway: '(gateway|cortex-gw|cortex-gw-internal)', compactor: 'compactor.*', // Match also custom compactor deployments. - alertmanager: '(alertmanager.*|cortex$)', + alertmanager: 'alertmanager', }, // Grouping labels, to uniquely identify and group by {jobs, clusters}