wandnz / streamevmon

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

EventGroups should be written to Influx #54

Closed danoost closed 3 years ago

danoost commented 3 years ago

I should also extract the temporal event grouper from the topological grouping branch Done... but it wasn't pretty, git-wise.

danoost commented 3 years ago

nz.net.wand.streamevmon.runners.unified.schema.SinkType needs some expansion to allow sinking multiple types of outputs depending on input type.

danoost commented 3 years ago

nz.net.wand.streamevmon.connectors.InfluxSinkTest needs updating fairly heavily This has been changed to InfluxEventSinkTest, and we should instead add a new InfluxEventGroupSinkTest Done

danoost commented 3 years ago

nz.net.wand.streamevmon.runners.unified.SinkBuildTest needs expanding

danoost commented 3 years ago

yeah i got lazy and just made any influx sink also sink eventgroups :)