Skip to content

Commit

Permalink
fix: loki-operational.libsonnet (#12789)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Apr 29, 2024
1 parent 6e1680b commit 51a841f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/loki-mixin/dashboards/loki-operational.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ local utils = import 'mixin-utils/utils.libsonnet';
'cluster="$cluster"',
$._config.per_cluster_label + '="$cluster"'
),
'cluster_',
$._config.per_cluster_label + '_'
'cluster_job',
$._config.per_cluster_label + '_job'
)
else
std.strReplace(
Expand Down

0 comments on commit 51a841f

Please sign in to comment.