auto
This commit is contained in:
14
grafana/provisioning/datasources/influxdb.yml
Normal file
14
grafana/provisioning/datasources/influxdb.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: InfluxDB
|
||||
type: influxdb
|
||||
access: proxy
|
||||
url: http://influxdb:8086
|
||||
isDefault: true
|
||||
jsonData:
|
||||
version: Flux
|
||||
organization: my-org
|
||||
defaultBucket: telegraf-bucket
|
||||
secureJsonData:
|
||||
token: my-secret-token
|
||||
Reference in New Issue
Block a user