ADAPT-Chase's picture
Add files using upload-large-folder tool
5dd7e60 verified
# config file version
apiVersion: 1
# list of datasources to insert/update depending
# what's available in the database
datasources:
# <string, required> name of the datasource. Required
- name: Prometheus
# <string, required> datasource type. Required
type: prometheus
# <string, required> access mode. proxy or direct (Server or Browser in the UI). Required
access: proxy
# <int> org id. will default to orgId 1 if not specified
orgId: 1
# <string> custom UID which can be used to reference this datasource in other parts of the configuration, if not specified will be generated automatically
uid: Prometheus
# <string> url
url: http://prometheus:9090
version: 1
# <bool> allow users to edit datasources from the UI.
editable: false