mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
datasource as cfg: basic implementation
This commit is contained in:
28
conf/datasources.yaml
Normal file
28
conf/datasources.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
# - name: Graphite202
|
||||
# type: graphite
|
||||
# access: proxy
|
||||
# url: http://localhost:8080
|
||||
# password:
|
||||
# user:
|
||||
# database:
|
||||
# basicAuth:
|
||||
# basicAuthUser:
|
||||
# basicAuthPassword:
|
||||
# withCredentials:
|
||||
# isDefault: true
|
||||
# jsonData: {}
|
||||
# secureJsonFields: {}
|
||||
# - name: Prometheus
|
||||
# type: prometheus
|
||||
# access: proxy
|
||||
# url: http://localhost:9090
|
||||
# password:
|
||||
# user:
|
||||
# database:
|
||||
# basicAuth:
|
||||
# basicAuthUser:
|
||||
# basicAuthPassword:
|
||||
# withCredentials:
|
||||
# isDefault: true
|
||||
# jsonData: {}
|
||||
# secureJsonFields: {}
|
||||
Reference in New Issue
Block a user