Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timestamp handling for telemetry submission in recordings #92

Open
daniestevez opened this issue May 17, 2020 · 1 comment
Open

Comments

@daniestevez
Copy link
Owner

Currently the timestamp for telemetry submission is taken from the system time, so recordings don't have the correct timestamp. By adding and tracking timestamps appropriately in the data source, we could have good timestamp tagging arriving into the telemetry submit block. However, this doesn't seem trivial.

@daniestevez
Copy link
Owner Author

Note that something like this has been implemented by using the --start_time and --throttle parameters. However, the idea is to eventually be able to count recording samples rather that playing back at 1x speed and using the wall time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant