Skip to content

Commit 1f2bdc5

Browse files
committed
fix: remove data source filter
1 parent 22afeef commit 1f2bdc5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

netflow-mixin/dashboards/netflow-overview.libsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ local dashboardUid = 'netflow-overview';
3131
+ g.dashboard.withTimezone($._config.dashboardTimezone)
3232
+ g.dashboard.withVariables([
3333
var.datasource.new('prometheus_datasource', 'prometheus')
34-
+ var.datasource.withRegex('(ops|dev)-cortex')
3534
+ var.query.generalOptions.withLabel('Prometheus data source'),
3635
var.datasource.new('loki_datasource', 'loki')
3736
+ var.query.generalOptions.withLabel('Loki data source'),

netflow-mixin/dashboards_out/netflow-overview.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)