prometheus/documentation/prometheus-mixin/dashboards.jsonnet
beorn7 ddfabda152 Add Makefile and suitable jsonnet files
This makes the mixins usable as abvertised.

Signed-off-by: beorn7 <beorn@grafana.com>
2019-06-26 15:30:55 +02:00

7 lines
133 B
Plaintext

local dashboards = (import 'mixin.libsonnet').dashboards;
{
[name]: dashboards[name]
for name in std.objectFields(dashboards)
}