You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kapacitor supports int and float operations currently. Add support for string and bool operations as well. This will enable full interaction with InfluxDB data sets since these are the same native types. This also means that the eval expressions should support returning and manipulating these types as well. Recent work #491 has enabled extending the expressions in this way.
Kapacitor supports int and float operations currently. Add support for string and bool operations as well. This will enable full interaction with InfluxDB data sets since these are the same native types. This also means that the
eval
expressions should support returning and manipulating these types as well. Recent work #491 has enabled extending the expressions in this way.Related issue and discussions:
#495
https://groups.google.com/forum/?pli=1#!topic/influxdb/TY_2IuuIxs8
https://groups.google.com/forum/?pli=1#!topic/influxdb/5ptiuF54DJI
The text was updated successfully, but these errors were encountered: