Grafana dashboard automation 84/8184/11
authorlavado <glavado@whitestack.com>
Fri, 15 Nov 2019 22:04:02 +0000 (17:04 -0500)
committerlavado <glavado@whitestack.com>
Fri, 29 Nov 2019 16:27:53 +0000 (17:27 +0100)
commit456d0f323cfcb5fe6b8cad5a6c3e6633875633cd
treed2320d87c93c0fa1e66fc3b66f4e36841ebcc434
parent94a96efdb03e39d133790197bd7b73747105f9d8
Grafana dashboard automation

Change-Id: I78a353ad59ea39cf747412e00ae2210826862150
Signed-off-by: lavado <glavado@whitestack.com>
docker/scripts/start.sh
osm_mon/cmd/mon_dashboarder.py [new file with mode: 0644]
osm_mon/core/common_db.py
osm_mon/core/mon.yaml
osm_mon/dashboarder/__init__ .py [new file with mode: 0644]
osm_mon/dashboarder/backends/grafana.py [new file with mode: 0644]
osm_mon/dashboarder/dashboarder.py [new file with mode: 0644]
osm_mon/dashboarder/service.py [new file with mode: 0644]
osm_mon/dashboarder/templates/ns_scoped.json [new file with mode: 0644]
osm_mon/dashboarder/templates/project_scoped.json [new file with mode: 0644]
setup.py