mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
f17829c48b
This allows to create YAML files with rules and JSON files with dashboard descriptions. Signed-off-by: beorn7 <beorn@grafana.com>
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
local dashboards = (import 'mixin.libsonnet').grafanaDashboards;
|
|
|
|
{
|
|
[name]: dashboards[name]
|
|
for name in std.objectFields(dashboards)
|
|
}
|