Skip to content

Commit 101def7

Browse files
authored
Update mixin.libsonnet
1 parent 2a533f4 commit 101def7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx-mixin/mixin.libsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local mods = (import 'mods.libsonnet');
22

33
{
44
grafanaDashboards: {
5-
'nginx-overview.json': mods.patch(import 'dashboards/nginx-overview.json'),
5+
'nginx-metrics.json': mods.patch(import 'dashboards/nginx-metrics.json'),
6+
'nginx-logs.json': mods.patch(import 'dashboards/nginx-logs.json'),
67
},
78
}

0 commit comments

Comments
 (0)