added first draft
This commit is contained in:
15
grafana/provisioning/dashboards/influxdb.yml
Normal file
15
grafana/provisioning/dashboards/influxdb.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: InfluxDB
|
||||
type: influxdb
|
||||
access: proxy
|
||||
url: http://influxdb:8086
|
||||
jsonData:
|
||||
version: Flux
|
||||
organization: ${DOCKER_INFLUXDB_INIT_ORG}
|
||||
defaultBucket: ${DOCKER_INFLUXDB_INIT_BUCKET}
|
||||
tlsSkipVerify: true
|
||||
secureJsonData:
|
||||
token: ${DOCKER_INFLUXDB_INIT_ADMIN_TOKEN}
|
||||
isDefault: true
|
||||
Reference in New Issue
Block a user