fixes of setup script, creating better template files, ensure coorect latency output to influx
This commit is contained in:
15
grafana/grafana-datasource-template.yml
Normal file
15
grafana/grafana-datasource-template.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: influxdbv2
|
||||
type: influxdb
|
||||
access: proxy
|
||||
url: http://influxdb:8086
|
||||
isDefault: true
|
||||
secureJsonData:
|
||||
token: YOUR_ADMIN_TOKEN
|
||||
jsonData:
|
||||
version: Flux
|
||||
organization: YOUR_ORGANIZATION
|
||||
defaultBucket: YOUR_BUCKET_NAME
|
||||
tlsSkipVerify: true
|
||||
Reference in New Issue
Block a user