This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Start time doesn't support ms. #72
Open
Description
This makes is pretty much useless when comparing telemetry events.
The ISO string returned from this utility is only accurate to the second.
And all start times should use microtime();
Actual Behavior
Start times are truncated at seconds.
Expected Behavior
All times should be accurate to at least milliseconds.
Workaround
We've had to implement a workaround right before flushing. We store the start_time in microseconds, then rewrite the start time right before flushing.
Metadata
Metadata
Assignees
Labels
No labels