upload grafana dashboard for easy installation?
See original GitHub issueIs it possible to upload the sample grafana dashboard to central place https://grafana.com/grafana/dashboards?
Then it is easy for end-user to try it just type dashboard id
.
To me, it is good for demo and try. Otherwise I need to copy/paste the json files.
If there is no plan for you, can I upload your sample code there?
Thank you
Rgs, Larry
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Build your first dashboard | Grafana documentation
Create a dashboard · Click the New dashboard item under the Dashboards icon in the side menu. · On the dashboard, click Add...
Read more >How to Setup a Grafana Dashboard Step-by-Step - YouTube
In this video we show you how to install Grafana and create dashboards step-by-step. Grafana is an open source platform that is used...
Read more >How to import a dashboard into Grafana and adapt ... - YouTube
Here are some pointers on how to import the energy consumption dashboard into Grafana and make changes to the queries if your data...
Read more >How To Setup A Grafana Dashboard Step By Step - YouTube
In this tutorial video, we're visualising the data we've been gathering with our application from our tutorial number 8.In order to do that, ......
Read more >How to Add Dashboard into Grafana - YouTube
Subscribe to show your support! https://bit.ly/3hrhOmWIn the previous video, we've already explored Prometheus Definition, Architecture, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I had a quick PR for it, mainly give you the working dashboard can be uploaded, i tried as https://grafana.com/grafana/dashboards/12695 and verified locally, you can tune for folder and description.
What I did is just
I think it’s in the repo at https://github.com/rycus86/prometheus_flask_exporter/blob/master/dashboards/flask_webapp.json - does this work?