Dashboard management in github

  • What Grafana version and what operating system are you using?
    Grafana-11.0 OSS

  • What are you trying to achieve?
    I have dashboards built using grafana UI. My Target is to manage dashboards in git and then setup CI/CD Pipeline. Initial step is to find a way to manage existing dashboards in Git.

  • How are you trying to achieve it?
    I been through number of blogs talking about managing it as code. Various libraries like grafonnet are there but I could not find any proper way to do full fill my task.

Tried with terraform from grafana page but that also could not work and I really dont have any logs or something to know wat went wrong.

Please note that I am just a beginner in Grafana.

have you looked at grafana’s provisioning? then you can provision datasources, dashboards and push these to github.

1 Like