wandnz / streamevmon

Framework and pipeline for time series anomaly detection
GNU General Public License v3.0
1 stars 1 forks source link

Historical data from InfluxDB with missing fields causes crashes #3

Closed wandgitlabbot closed 3 years ago

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2019-11-27

This has been observed with the DNS type. Since the InfluxHistoryConnection includes fill(-1) in the query, empty values are instead represented by numerical types. This can cause incorrect parsing for fields that should be numerical, and crashes for those that shouldn't, like booleans.