Hi all,
Given that I have a set of dashboard JSON files stored in GitHub and I update them weekly, what is the best way to automate the process of upgrading the dashboard on 5 different servers? Currently, I perform this task manually.
Hi all,
Given that I have a set of dashboard JSON files stored in GitHub and I update them weekly, what is the best way to automate the process of upgrading the dashboard on 5 different servers? Currently, I perform this task manually.
Have you looked at helm, terraform i think event github has ci.cd
Thanks for replying @yosiasz
I am new to this, Could you please share the source to check this
@asuwini You can set up provisioning in Grafana and pull your changes from GitHub on-demand or schedule using git pull
to reload dashboards.
We explained provisioning in the recent video
Thanks for sharing the video @mikhailvolkov, I will check and get back to you
Also