Hi,
We use grafana in a self-hosted environment (docker / AWS) but looking at moving this to Grafana cloud.
We rely heavily on provisioned dashboards and datsources (Provision dashboards and data sources | Grafana Labs ) but I can’t find any information on how to do this on grafana cloud.
Is anyone using this on grafana cloud? How would we ensure the right file structure and dashboard json files are existing on the filesystem, and have an integration with i.e. github to maintain this.
Thanks
Johan
Hello Johan,
We do not support file path based provisioning in Grafana Cloud.
To provision dashboards and datasources into your cloud Grafana instance you will can use the api.
Additionally, we have documentation around infrastructure as code tooling.
https://grafana.com/docs/grafana-cloud/infrastructure-as-code/
Specifically of note would be the Grizzly tool.
Creating and managing folders, data sources, and dashboards using Grizzly Learn how to add a data sources, folders and dashboard, using Grizzly.
Prerequisites Before you begin, you should have the following available:
A Grafana Cloud account An...