-
Notifications
You must be signed in to change notification settings - Fork 368
Managing grafana dashboards
Deepak Narayana Rao edited this page Sep 25, 2017
·
3 revisions
Grafana dashboards are saved in grafana-dashboards repo
Edit the dashboard in dev
environment and verify the dashboard. If results are as expected, save the dashboard.
Dashboards saved in dev
environment are pushed to the grafana-dashboards repo daily using scheduled jenkins job Dev/Grafana_Dashboards_Export
You can import grafana dashboards grafana-dashboards repo from to grafana using Grafana_Dashboards_Import
jenkins job. This job uses the ansible/roles/grafana-dashboard-import
.
The asnible role internally uses wizzy to achieve this. If you are not familiar with ansible, you can use wizzy directly