Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.
Influx allows for "fields" of type "string" especially when using telegraf json parser with json_string_fields,
However when I try to use interpolate on such a measurement, I get the below error
" runtime error @6:6-6:35: linear: cannot interpolate string values; expected float values"
It would be helpful if interpolated string fields behave like "fill" and get the last value.
Influx allows for "fields" of type "string" especially when using telegraf json parser with json_string_fields, However when I try to use interpolate on such a measurement, I get the below error " runtime error @6:6-6:35: linear: cannot interpolate string values; expected float values"
It would be helpful if interpolated string fields behave like "fill" and get the last value.