# config file version apiVersion: 1 datasources: # name of the datasource. Required - name: Prometheus-scaph # datasource type. Required type: prometheus # access mode. direct or proxy. Required access: proxy # org id. will default to orgId 1 if not specified orgId: 1 # url url: http://prometheus:9090 isDefault: true version: 1 # allow users to edit datasources from the UI. editable: true