2017-10-21 22:50:12 +02:00
|
|
|
purge_other_datasources: false
|
2017-10-09 20:36:31 +02:00
|
|
|
datasources:
|
2017-10-21 22:50:12 +02:00
|
|
|
- name: Graphite
|
2017-10-09 20:36:31 +02:00
|
|
|
type: graphite
|
|
|
|
|
access: proxy
|
|
|
|
|
url: http://localhost:8080
|
2017-10-21 22:50:12 +02:00
|
|
|
password: #string
|
|
|
|
|
user: #string
|
|
|
|
|
database: #string
|
|
|
|
|
basic_auth: #bool
|
|
|
|
|
basic_authUser: #string
|
|
|
|
|
basic_auth_password: #string
|
|
|
|
|
with_credentials: #bool
|
|
|
|
|
is_default: true #bool
|
|
|
|
|
json_data: '{"graphiteVersion":"0.9"}' # string json
|
|
|
|
|
secure_json_fields: '' #string json
|
2017-10-09 20:36:31 +02:00
|
|
|
- name: Prometheus
|
|
|
|
|
type: prometheus
|
|
|
|
|
access: proxy
|
|
|
|
|
url: http://localhost:9090
|