Skip to main content

Provisioning

Grafana supports managing data sources by adding one or more YAML config files in the provisioning/datasources folder.

Example of provisioning the Grafana HTTP API Data Source for the remote Grafana instance.

datasources:
- name: Live
type: volkovlabs-grapi-datasource
access: proxy
uid: live
orgId: 1
version: 1
editable: true
jsonData:
url: https://live.volkovlabs.io

When provisioned, the data source should be available in the Data sources lists.

Grafana HTTP API Data Source configured for the local Grafana instance.
Grafana HTTP API Data Source configured for the local Grafana instance.