influxdb-c
influxdb-c copied to clipboard
The v1 client libraries for InfluxDB were typically developed and maintained by community members. They have all now been succeeded by v2 client libraries developed and maintained by InfluxData in...
I am trying to compile as mentioned in example: gcc -I/usr/local/include/ -L/usr/local/lib -o test test.c -linfluxdb -lcurl not errors But when I run ./test error while loading shared libraries: libinfluxdb.so.0:...
Add -lcurl for gcc compile command for examples in README. Signed-off-by: JiYou [email protected]
I am creating a metric of 9 columns of different names length. I succeeded to send it to influxdb server (status=200) but I got segmentation fault when freeing it. I...
This seems to be a built-in limitation of the influxdb-c library, and prevents assigning time values to insertions. Response is "time field must be float but is string (1423237981)". Not...
… before trying to parse empty or invalid json. Existing code crashes if the query results in something like "Time series not found."