grafana / influxdb-flux-datasource

Grafana datasource plugin for Flux (InfluxDB)
Apache License 2.0
51 stars 21 forks source link

Provisioning does not work without undocumented fields #71

Open nat45928 opened 4 years ago

nat45928 commented 4 years ago

I was trying to provision a Flux datasource and found I needed to provide a config like:

datasources:
  - name: flux
    type: grafana-influxdb-flux-datasource
    url: http://$INFLUXDB_HOST:$INFLUXDB_PORT
    access: proxy
    jsonData:
      bucket: "my_bucket"
      url: http://$INFLUXDB_HOST:$INFLUXDB_PORT

The url and access fields are not well documented.