Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

InfluxDBClient.get_list_series() was broken by InfluxDB v0.11.0 API change #314

Closed
Tomcat-Engineering opened this issue Apr 21, 2016 · 3 comments

Comments

@Tomcat-Engineering
Copy link

The InfluxDBClient.get_list_series() method runs the "SHOW SERIES" query, but InfluxDB's response to that query has completely changed in v0.11.0 so the client can't parse the response.

@wwentland
Copy link
Contributor

wwentland commented Jun 13, 2016

This causes the test_get_list_series_and_delete to fail and, obviously, requires changes to get_list_series to solve another problem in #323

In particular data is now being returned in line format (cf. https://docs.influxdata.com/influxdb/latest/write_protocols/line/) and needs to be parsed.

@drlima
Copy link

drlima commented Jun 1, 2017

Any updates on this issue, guys?

@sebito91
Copy link
Contributor

Closing stale issue, please let me know if still required and we can re-open to investigate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants