Provisioning
Grafana supports managing data sources by adding one or more YAML config files in the provisioning/datasources
folder.
Example
Example of provisioning the Balena Supervisor Data Source.
datasources:
- name: API
type: volkovlabs-balenasupervisor-datasource
uid: P9E471951A1B4106C
jsonData:
url: ${BALENA_SUPERVISOR_ADDRESS}
secureJsonData:
apiKey: ${BALENA_SUPERVISOR_API_KEY}