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
I have got a requirement to store device data comes from different sensors such as for temperature,humidity,pressure etc. in a time series database but inside a one measurement with different fields such as temp,hum etc. But at the moment data will be stored in different measurements as in the following image (Assume Tag11 equals to temp and Tag12 equals to humidity)
But my requirement is to store the data as in the following image (originally logged with Telegraf from influx)
I need to log my data this way because I want to use Influx Kapacitor UDF to receive multiple fields(Tag11,Tag12) from a single influx db measurement as in the following example
Please tell me if it is possible to change the way data points are written to into influx db using the opcua_logger in the desired way.
Thanks
The text was updated successfully, but these errors were encountered:
I have got a requirement to store device data comes from different sensors such as for temperature,humidity,pressure etc. in a time series database but inside a one measurement with different fields such as temp,hum etc. But at the moment data will be stored in different measurements as in the following image (Assume Tag11 equals to temp and Tag12 equals to humidity)
But my requirement is to store the data as in the following image (originally logged with Telegraf from influx)
I need to log my data this way because I want to use Influx Kapacitor UDF to receive multiple fields(Tag11,Tag12) from a single influx db measurement as in the following example
Please tell me if it is possible to change the way data points are written to into influx db using the opcua_logger in the desired way.
Thanks
The text was updated successfully, but these errors were encountered: