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
If no fields are defined when writing a point to InfluxDB then the special boolean field ‘influxMissingData’ is set to true. Otherwise InfluxDB won't store the point at all. If fields are defined then 'influxMissingData' isn't set. If a point's fields are populated on subsequent imports then the missing data field will still report true because it doesn't get set when fields are present. The fix is that every record should have ‘influxMissingData’ set to true or false on every write.
The text was updated successfully, but these errors were encountered:
If no fields are defined when writing a point to InfluxDB then the special boolean field ‘influxMissingData’ is set to true. Otherwise InfluxDB won't store the point at all. If fields are defined then 'influxMissingData' isn't set. If a point's fields are populated on subsequent imports then the missing data field will still report true because it doesn't get set when fields are present. The fix is that every record should have ‘influxMissingData’ set to true or false on every write.
The text was updated successfully, but these errors were encountered: