6 lines
418 B
Markdown
6 lines
418 B
Markdown
In InfluxDB bridging, if intend to write using the float data type but the placeholder represents the original value
|
|
as an integer without a decimal point during serialization, it will result in the failure of Influx Line Protocol serialization
|
|
and the inability to write to the InfluxDB bridge.
|
|
|
|
See also: [InfluxDB v2.7 Line-Protocol](https://docs.influxdata.com/influxdb/v2.7/reference/syntax/line-protocol/#float)
|