diff --git a/operations/alloy-mixin/config.libsonnet b/operations/alloy-mixin/config.libsonnet index 2d2a931b48..09d7f31e09 100644 --- a/operations/alloy-mixin/config.libsonnet +++ b/operations/alloy-mixin/config.libsonnet @@ -1,6 +1,6 @@ { _config+:: { - enableK8sCluster: false, + enableK8sCluster: true, enableAlloyCluster: true, enableLokiLogs: true, filterSelector: 'job=~"$job"', diff --git a/operations/alloy-mixin/dashboards/utils/dashboard.jsonnet b/operations/alloy-mixin/dashboards/utils/dashboard.jsonnet index 99d5db5a3b..09135d023a 100644 --- a/operations/alloy-mixin/dashboards/utils/dashboard.jsonnet +++ b/operations/alloy-mixin/dashboards/utils/dashboard.jsonnet @@ -76,9 +76,7 @@ }, datasource: '${datasource}', refresh: 2, - sort: 2, - allValue: '.*', - includeAll: true, + sort: 2, }, newLokiAnnotation(name, expression, color):: { @@ -93,6 +91,8 @@ newMultiTemplateVariable(name, query):: $.newTemplateVariable(name, query) { multi: true, + allValue: '.*', + includeAll: true, }, withPanelsMixin(panels):: { panels+: panels },