Skip to content

Commit 51a841f

Browse files
fix: loki-operational.libsonnet (#12789)
1 parent 6e1680b commit 51a841f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

production/loki-mixin/dashboards/loki-operational.libsonnet

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ local utils = import 'mixin-utils/utils.libsonnet';
8888
'cluster="$cluster"',
8989
$._config.per_cluster_label + '="$cluster"'
9090
),
91-
'cluster_',
92-
$._config.per_cluster_label + '_'
91+
'cluster_job',
92+
$._config.per_cluster_label + '_job'
9393
)
9494
else
9595
std.strReplace(

0 commit comments

Comments
 (0)