1

I have noticed that some of my values in InfluxDB 2.2 have an 'm' character appended to their value. Is there a way to stop this from happening? I am writing my values as floats to the database. This seems to occur for seemingly random values in my dataset. But, the ones that have an 'm' keep it as new data is entered. The values that don't have an 'm' don't seem to ever gain the 'm'.

I am using the python 3 InfluxDB client to write data to the database. Here are the lines that are being written to the database as a batch.

enter image description here

This picture is showing packV, packC, and packR from left to right.

enter image description here

Here is the query setup. It is the same for all three in the above picture.

enter image description here

Joe Schroedl
  • 21
  • 1
  • 4
  • "m" could be inserted from the UI? Could you try to export the query result and see whether the output has those "m" as suffixes? – Munin Jun 20 '22 at 07:04

0 Answers0