mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 00:24:04 -08:00
ddfabda152
This makes the mixins usable as abvertised. Signed-off-by: beorn7 <beorn@grafana.com>
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)
|
|
}
|