mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
20d12ff1c7
Signed-off-by: Matthias Loibl <mail@matthiasloibl.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)
|
|
}
|