2018-03-08 09:21:08 +00:00
|
|
|
apiVersion: 1
|
|
|
|
|
|
|
|
# list of datasources that should be deleted from the database
|
|
|
|
deleteDatasources:
|
2018-03-11 21:32:12 +00:00
|
|
|
- name: prometheus
|
2018-03-08 09:21:08 +00:00
|
|
|
orgId: 1
|
|
|
|
|
|
|
|
# list of datasources to insert/update depending
|
|
|
|
# whats available in the database
|
|
|
|
datasources:
|
2021-07-05 13:52:48 +00:00
|
|
|
- name: prometheus
|
|
|
|
type: prometheus
|
|
|
|
access: proxy
|
|
|
|
orgId: 1
|
|
|
|
url: http://prometheus:9090
|
|
|
|
password:
|
|
|
|
user:
|
|
|
|
database:
|
|
|
|
basicAuth: true
|
|
|
|
basicAuthUser: admin
|
|
|
|
basicAuthPassword: foobar
|
|
|
|
withCredentials:
|
|
|
|
isDefault:
|
|
|
|
jsonData:
|
|
|
|
graphiteVersion: "1.1"
|
|
|
|
tlsAuth: false
|
|
|
|
tlsAuthWithCACert: false
|
|
|
|
secureJsonData:
|
|
|
|
tlsCACert: "..."
|
|
|
|
tlsClientCert: "..."
|
|
|
|
tlsClientKey: "..."
|
|
|
|
version: 1
|
|
|
|
editable: true
|