Skip to content

Commit f61eacf

Browse files
Furistoroboquat
authored andcommitted
[obs] Fix dashboard import error
1 parent 601a76b commit f61eacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/observability/mixins/workspace/dashboards.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'gitpod-node-swap.json': (import 'dashboards/node-swap.json'),
2121
'gitpod-node-ephemeral-storage.json': (import 'dashboards/ephemeral-storage.json'),
2222
'gitpod-node-problem-detector.json': (import 'dashboards/node-problem-detector.json'),
23-
'gitpod-network-limiting.json': (import 'dashboards/network-limiting.json')
23+
'gitpod-network-limiting.json': (import 'dashboards/network-limiting.json'),
2424
'gitpod-component-image-builder.json': (import 'dashboards/components/image-builder.json'),
2525
},
2626
}

0 commit comments

Comments
 (0)