mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-10 18:31:12 +01:00
7 lines
140 B
Jsonnet
7 lines
140 B
Jsonnet
local dashboards = (import 'mixin.libsonnet').grafanaDashboards;
|
|
|
|
{
|
|
[name]: dashboards[name]
|
|
for name in std.objectFields(dashboards)
|
|
}
|