mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Converting a value to a float causes a conflict "field type conflict: input field "value" on measurement "datapoints" is type int64, already exists as type float". For example, If i send 2.01, it works, if I send 2.00, it converts it into 2 and then Influxdb treats it as an integer.