Skip to content

flyingcircusio/grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana Dashboard Provisions

How to export a new Dashboard for use in this repo:

Export your dashboard to JSON by following these steps:

  1. Create your dashboard
  2. In the top right corner of your screen select the Share button (colored blue at the time of this writing)
  3. Navigate to Export but do not tick Export for sharing externally
  4. View the dashboard as JSON by selecting View JSON, then copy it to your clipboard
  5. Open a new file in this repository and paste in the JSON from the previous step

Make sure to install the pre-commit hook and/or run the cleanup script to prepare your dashboard for provisioning.

./sanitize-dashboards.sh my-new-dashboard.json

Finally, commit your changes, push to a new branch and open a pull request against the master branch.

Releases

No releases published

Packages

No packages published

Languages