Does K6 support influxdb 2.0

Dear K6 support,

One quick question: Does K6 support influxdb 2.0?

Thx!

Thanks,
Roy

k6 uses the official Go library for InfluxDB 1, but from what I can see in InfluxDB 1.x compatibility API | InfluxDB OSS 2.0 Documentation, it should work with InfluxDB 2, though I haven’t tested it… Did you encounter any problems when you tried it?

I’ve created a new issue for us to eventually update the used library in k6: Switch to the InfluxDB 2 Go client library · Issue #1730 · grafana/k6 · GitHub . Unless it’s urgent and InfluxDB 2 is totally unusable with k6, I don’t think we will upgrade to it quite yet, considering that the new Go library is not compatible with older InfluxDB versions before 1.8, which is still relatively new…

Thx @ned!
Then I will use InfluxDB 1.x before we finish Switch to the InfluxDB 2 Go client library · Issue #1730 · grafana/k6 · GitHub :slight_smile: