wandnz / streamevmon

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

Discover optional fields in InfluxDB #16

Closed wandgitlabbot closed 3 years ago

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2020-01-13

Field optional-ness has been determined by observation. This isn't the best solution. NNTSC code might have some hints as to which fields in the database are optional.

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2020-01-13

https://github.com/wanduow/nntsc/commit/21485e1894b3a9e6298501d805409acbc8dfc59d

This commit changed the schema, which breaks our parsing config. Now that I've updated my amplet and collector docker images, measurement parsing is starting to break. This is a good opportunity to get the optionality correct, and the changes in that commit should be useful to discover which columns can be null.

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2020-01-13

ec0efce3 closes this.