-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following instructions as-is leads to InfluxDb error #2
Comments
Getting similar errors on MacOSx
|
I was having this issue also on Windows 10. After having looked around for a while, I noticed that in the original k6 docker-compose file, influxdb is pinned to version 1.8. So I changed image: influxdb:latest to image: influxdb:1.8 in the docker-compose.yml file and now it works for me. |
Hi @silentbobbert! Thanks so much for the PR and write up. Apologies I'm just seeing this now in August. I missed the notification on it! I appreciate the Windows script too. I've just been reading the K6 forums and found other people also being affected by this: I've put my thumbs up on the open enhancement ticket to support the new driver for InfluxDB 2 (also backward compatible with 1.8): In the meanwhile I'll review and merge in your changes. Thanks! |
Thanks so much for the contribution guys. Much appreciated. |
@jfhamel98 Great find! |
I have tried this using WSL 2.0 on Windows 10, and directly on Windows 10 and get the same error. I have not managed to figure out the cause/fix yet.
The text was updated successfully, but these errors were encountered: