Skip to content

Influxdb:latest > 1.8 breaks the framework sample #8

@ghost

Description

Docker-compose file uses influxdb:latest which has caused to break with the latest release of influx.

By pinning influxdb to 1.8 the framework remains operational for people to give it a try.

services:
  influxdb:
    image: influxdb:1.8

Expected behavior

Follow instructions and have a working instance of grafana & influxdb

Actual Behavior

Grafana fails to establish connection with influx after update to 2.X

Workaround

Apply change locally described above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions