-
Hi,
I am new to both InfluxDB and OPC UA. I need to archive the data and save in InfluxDB. But it seems that I cannot call dbclient.write_points(point). The source is as follows. Please advise how …
-
Does App.Metrics.Reporting.InfluxDB support InfluxDB 2.0?
-
Influx line protocol specifies that numbers like 42u must be treated as unsigned. Now there is no way to send them in such a format.
-
curl -X POST -d @sensor/citibike_station_data.sample.log 'http://localhost:8086/write?db=citibike'
{"error":"missing measurement"}
Am I doing something wrong? An example in the Readme might help non…
-
I tried to push Pandas Data Frame using write_points of DataFrameClient object (Python Package: 5.2.2).
It did not write and did not throw any exception in Influx log too when I did tail -f command…
-
I'm facing this error when trying to send an InfluxDB float field..
"only invariant culture is supported in invariant mode of globalization"
In a quick google I found this link talking about the p…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. Create a bucket that has a retention policy that is not very long, i.e. not longer than 1 year
2. Select Load…
-
I've been playing with the latest InfluxDB, the api has change significantly breaking the current metrics.net influxdb reporter. I'm going to start updating this but before I do how do you foresee man…
-
__Proposal:__
I'd like to have symmetry between writes and reads. When writing data into Infludb one would use a Point struct, with strict Tags, Fields, Measurement and Time values. When querying…
-
`FluxColumn` has a string property called `DataType`. What are the possible values this property can take? Is there a list, apart from the `DataType` doc?
Some possible values make sense (`int`, `dou…