giros-dit / semantic-data-aggregator

A semantic monitoring framework for aggregating data from heterogeneous sources.
Apache License 2.0
4 stars 0 forks source link

Fixing errors with GoFlow2 Timestamp units #72

Closed cristinapmz closed 2 years ago

cristinapmz commented 2 years ago

Description

It has been verified that in the original GoFlow2 repository the timestamps corresponding to timeFlowStart and timeFlowEnd in seconds are returned. In the PALANTIR CSV schema it is necessary to return the difference between these two times with millisecond precision, therefore it is necessary to modify the GoFlow2-collector code to return the timestamps in milliseconds.