luketn / docker-k6-grafana-influxdb

Demonstrates how to run load tests with containerised instances of K6, Grafana and InfluxDB
The Unlicense
164 stars 98 forks source link

use influxdb version 1 #4

Closed HosamAlmoghraby closed 3 years ago

HosamAlmoghraby commented 3 years ago

only running with influxdb version 1. the tag "latest" will cause to build the influxdb container from version 2 at the time writing this comment. container is throwing permission exceptions in the container logs.

HosamAlmoghraby commented 3 years ago

Hello, Is there an interest to fix the project or should I delete the pull request.

Best Regards Hosam

luketn commented 3 years ago

Hello, Is there an interest to fix the project or should I delete the pull request.

Best Regards Hosam

Hi! Yes definitely keen to keep the project working and am working on a fix now. There is a parallel PR with a similar change to pin the version to 1.8. I just need to figure out whether the Alpine docker image is a better bet than the non alpine one.