Skip to content

Commit

Permalink
remove all option from single selection variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gaantunes committed May 23, 2024
1 parent 25eaee8 commit aa32b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion operations/alloy-mixin/config.libsonnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
_config+:: {
enableK8sCluster: false,
enableK8sCluster: true,
enableAlloyCluster: true,
enableLokiLogs: true,
filterSelector: 'job=~"$job"',
Expand Down
6 changes: 3 additions & 3 deletions operations/alloy-mixin/dashboards/utils/dashboard.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@
},
datasource: '${datasource}',
refresh: 2,
sort: 2,
allValue: '.*',
includeAll: true,
sort: 2,
},

newLokiAnnotation(name, expression, color):: {
Expand All @@ -93,6 +91,8 @@

newMultiTemplateVariable(name, query):: $.newTemplateVariable(name, query) {
multi: true,
allValue: '.*',
includeAll: true,
},

withPanelsMixin(panels):: { panels+: panels },
Expand Down

0 comments on commit aa32b92

Please sign in to comment.