We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a533f4 commit 101def7Copy full SHA for 101def7
nginx-mixin/mixin.libsonnet
@@ -2,6 +2,7 @@ local mods = (import 'mods.libsonnet');
2
3
{
4
grafanaDashboards: {
5
- 'nginx-overview.json': mods.patch(import 'dashboards/nginx-overview.json'),
+ 'nginx-metrics.json': mods.patch(import 'dashboards/nginx-metrics.json'),
6
+ 'nginx-logs.json': mods.patch(import 'dashboards/nginx-logs.json'),
7
},
8
}
0 commit comments