We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Docker-compose file uses influxdb:latest which has caused to break with the latest release of influx.
influxdb:latest
By pinning influxdb to 1.8 the framework remains operational for people to give it a try.
services: influxdb: image: influxdb:1.8
Follow instructions and have a working instance of grafana & influxdb
Grafana fails to establish connection with influx after update to 2.X
Apply change locally described above