Pre-configured promdash dashboards
- Dominant language
- Python
- Stars
- 718
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
Promdash allows you to export its dashboards settings to json file and import the configuration to a new empty dashboard. It might be useful in case if you create a new cluster and don't want do it again manually.
Here are instruction how to do it http://prometheus.io/docs/visualization/promdash/#pushing-dashboard-representations-as-json-via-http.
I wasn't able to run pre-configured dashboards during promdash start-up because some settings are not exportable. You need to first create dashboard to be able import a json file which you exported earlier.
To create a promdash dashboard you need to first add prometheus server in "servers tab" then add a new directory and a new dashboard. Then in the new dashboard add your graphs which you want to display. After that you can export it with the command: `curl http:///.json > dashboard.json`
When you create a new cluster again then you have to create again manually empty dashboard and then you can import your settings with the command: `curl -H 'Content-Type: application/json' -X PUT -d @dashboard.json http:///.json`
Contributor guide
Assessment
This issue has not been assessed yet.