usdot-fhwa-stol / carma-analytics-fotda

CARMA Analytics is a secure, scalable and cloud agnostic data architecture to enable research analysis on big data sets by defining repeatable and scalable processes for ingesting data, creation of a data repository to fuse, process and perform quality assurance.
Apache License 2.0
3 stars 3 forks source link

CDASim Real-time Time sync functionality checker function needs improvement #45

Open MishkaMN opened 6 months ago

MishkaMN commented 6 months ago

Summary

We needed data driven method to check whether if all the tools being orchestrated by the MOSAIC is being time synced appropriately. Under VRU use case, we developed a real-time monitor for this, but it relies on parsing log files as they are created. This means that the script is reliant on specific logging lines in printed to be able to work correctly.

This issue is to enhance that feature by uncoupling form the log files and perhaps creating clients for all individual tools to monitor the time sync.

Reasoning for new functionality

See above.

MishkaMN commented 6 months ago

TODO: include the link to the code once it is merged. PR is here: https://github.com/usdot-fhwa-stol/carma-analytics-fotda/pull/43