1
0
mirror of https://github.com/prometheus/node_exporter.git synced 2026-02-06 18:46:21 +01:00
Files
node_exporter/docs/node-mixin/dashboards.jsonnet
beorn7 f17829c48b Create jsonnet files to create output files
This allows to create YAML files with rules and JSON files with
dashboard descriptions.

Signed-off-by: beorn7 <beorn@grafana.com>
2019-07-06 20:11:27 +02:00

7 lines
140 B
Jsonnet

local dashboards = (import 'mixin.libsonnet').grafanaDashboards;
{
[name]: dashboards[name]
for name in std.objectFields(dashboards)
}