You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
This makes is pretty much useless when comparing telemetry events.
The ISO string returned from this utility is only accurate to the second.
ApplicationInsights-PHP/ApplicationInsights/Channel/Telemetry_Channel.php
Line 161 in 95407ee
And all start times should use microtime();
ApplicationInsights-PHP/ApplicationInsights/Channel/Telemetry_Channel.php
Line 158 in 95407ee
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.
The text was updated successfully, but these errors were encountered: