ceph/monitoring/ceph-mixin/dashboards.libsonnet
Arthur Outhenin-Chalandre fd4f484d22
ceph-mixin: refactor the structure of _config and utils
Before this refactor we couln't override the config externally. Now the
_config is correctly propagated and not only taken from the
config.libsonnet file.

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
2022-05-16 15:26:56 +02:00

11 lines
313 B
Plaintext

{
grafanaDashboards+::
(import 'dashboards/cephfs.libsonnet') +
(import 'dashboards/host.libsonnet') +
(import 'dashboards/osd.libsonnet') +
(import 'dashboards/pool.libsonnet') +
(import 'dashboards/rbd.libsonnet') +
(import 'dashboards/rgw.libsonnet') +
{ _config:: $._config },
}