Skip to content

Commit 4386b5f

Browse files
committed
remove templating patch
Signed-off-by: Vitaly Zhuravlev <[email protected]>
1 parent 18fb84d commit 4386b5f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

mysqld-mixin/dashboards/dashboards.libsonnet

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ local grafana = import 'github.com/grafana/grafonnet-lib/grafonnet/grafana.libso
2222
url: 'd/DlHAFwE7z',
2323
},
2424
],
25-
templating+:
26-
{
27-
28-
list+: [
29-
grafana.template.new(
30-
name='loki_datasource',
31-
label='Logs Data Source',
32-
query='loki',
33-
refresh='load',
34-
datasource='loki'
35-
) + { type: 'datasource' },
36-
],
37-
},
3825
},
3926
'mysql-logs.json': (import 'mysql-logs.json'),
4027
}

0 commit comments

Comments
 (0)