mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-13 09:04:06 -08:00
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
|
local dashboards = (import 'mixin.libsonnet').dashboards;
|
||
|
|
||
|
{
|
||
|
[name]: dashboards[name]
|
||
|
for name in std.objectFields(dashboards)
|
||
|
}
|