@@ -13,7 +13,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
1313 $.containerMemoryWorkingSetPanel('Memory (workingset)' , 'cortex-gw' ),
1414 )
1515 .addPanel(
16- $.goHeapInUsePanel('Memory (go heap inuse)' , 'cortex-gw' ),
16+ $.goHeapInUsePanel('Memory (go heap inuse)' , $._config.job_names.gateway ),
1717 )
1818 )
1919 .addRow(
@@ -25,7 +25,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
2525 $.containerMemoryWorkingSetPanel('Memory (workingset)' , 'query-frontend' ),
2626 )
2727 .addPanel(
28- $.goHeapInUsePanel('Memory (go heap inuse)' , 'query-frontend' ),
28+ $.goHeapInUsePanel('Memory (go heap inuse)' , $._config.job_names.query_frontend ),
2929 )
3030 )
3131 .addRow(
@@ -37,7 +37,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
3737 $.containerMemoryWorkingSetPanel('Memory (workingset)' , 'query-scheduler' ),
3838 )
3939 .addPanel(
40- $.goHeapInUsePanel('Memory (go heap inuse)' , 'query-scheduler' ),
40+ $.goHeapInUsePanel('Memory (go heap inuse)' , $._config.job_names.query_scheduler ),
4141 )
4242 )
4343 .addRow(
@@ -49,7 +49,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
4949 $.containerMemoryWorkingSetPanel('Memory (workingset)' , 'querier' ),
5050 )
5151 .addPanel(
52- $.goHeapInUsePanel('Memory (go heap inuse)' , ' querier' ),
52+ $.goHeapInUsePanel('Memory (go heap inuse)' , $._config.job_names. querier),
5353 )
5454 )
5555 .addRow(
@@ -61,7 +61,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
6161 $.containerMemoryWorkingSetPanel('Memory (workingset)' , 'ingester' ),
6262 )
6363 .addPanel(
64- $.goHeapInUsePanel('Memory (go heap inuse)' , ' ingester' ),
64+ $.goHeapInUsePanel('Memory (go heap inuse)' , $._config.job_names. ingester),
6565 )
6666 )
6767 .addRow(
@@ -83,7 +83,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
8383 $.containerMemoryWorkingSetPanel('Memory (workingset)' , 'ruler' ),
8484 )
8585 .addPanel(
86- $.goHeapInUsePanel('Memory (go heap inuse)' , ' ruler' ),
86+ $.goHeapInUsePanel('Memory (go heap inuse)' , $._config.job_names. ruler),
8787 )
8888 )
8989 .addRowIf(
@@ -96,7 +96,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
9696 $.containerMemoryWorkingSetPanel('Memory (workingset)' , 'store-gateway' ),
9797 )
9898 .addPanel(
99- $.goHeapInUsePanel('Memory (go heap inuse)' , 'store-gateway' ),
99+ $.goHeapInUsePanel('Memory (go heap inuse)' , $._config.job_names.store_gateway ),
100100 )
101101 )
102102 .addRowIf(
0 commit comments