mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
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)
|
|
}
|