9 lines
165 B
YAML
9 lines
165 B
YAML
apiVersion: 1
|
|
datasources:
|
|
- name: influxDB
|
|
type: influxdb
|
|
url: http://influxdb:8086
|
|
password: telegraf
|
|
user: telegraf
|
|
database: telegraf
|
|
editable: false |